Closed vilnytskyi closed 4 years ago
Merging #57 into dev will not change coverage by
%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## dev #57 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 26 26
Lines 640 640
Branches 71 71
=========================================
Hits 640 640
Impacted Files | Coverage Δ | |
---|---|---|
src/components/TableMatrixView.tsx | 100.00% <100.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 042930b...b0fac00. Read the comment docs.
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
042930b
) to head (b0fac00
). Report is 8 commits behind head on dev.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
At the moment month selector is broken. The cause of issue is wrong computation of selected item's index based on current matrix row/column. This pull request fixes mentioned computation.