react-component / slider
Showing 1 of 1 files from the diff.
Newly tracked file
src/Range.tsx changed.

@@ -53,10 +53,10 @@
Loading
53 53
  disabled?: boolean;
54 54
  trackStyle?: React.CSSProperties[];
55 55
  handleStyle?: React.CSSProperties[];
56 -
  tabIndex?: number | Array<number>;
57 -
  ariaLabelGroupForHandles?: string | Array<string>;
58 -
  ariaLabelledByGroupForHandles?: string | Array<string>;
59 -
  ariaValueTextFormatterGroupForHandles?: string | Array<string>;
56 +
  tabIndex?: number | number[];
57 +
  ariaLabelGroupForHandles?: string | string[];
58 +
  ariaLabelledByGroupForHandles?: string | string[];
59 +
  ariaValueTextFormatterGroupForHandles?: string | string[];
60 60
  handle?: SliderProps['handle'];
61 61
  draggableTrack?: boolean;
62 62
}
Files Coverage
src 88.49%
Project Totals (11 files) 88.49%

No yaml found.

Create your codecov.yml to customize your Codecov experience

Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file. The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files. The size and color of each slice is representing the number of statements and the coverage, respectively.
Grid
Each block represents a single file in the project. The size and color of each block is represented by the number of statements and the coverage, respectively.
Loading