Hacker0x01 / react-datepicker

A simple and reusable datepicker component for React
https://reactdatepicker.com/
MIT License
8.06k stars 2.24k forks source link

Fix code coverage report #4809

Closed martijnrusschen closed 4 months ago

martijnrusschen commented 4 months ago

Attempting to fix code coverage report, which was only fetching test files for some reason. Ref #4700

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.04%. Comparing base (b0622ab) to head (1f47828).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #4809 +/- ## ========================================== - Coverage 98.36% 96.04% -2.32% ========================================== Files 6 28 +22 Lines 61 2882 +2821 Branches 19 1245 +1226 ========================================== + Hits 60 2768 +2708 - Misses 1 114 +113 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

martijnrusschen commented 4 months ago

I can see in the output that all files are now considered for the code coverage again. I'm not sure what did the trick, but followed some best practices in terms of config.