Hacker0x01 / react-datepicker

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

Update codecov config #4816

Closed martijnrusschen closed 1 month ago

martijnrusschen commented 1 month ago

It seems the previous config was still using a tokenless config

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 96.04%. Comparing base (ff3607c) to head (0e9ef69). Report is 4 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #4816 +/- ## ======================================= Coverage 96.04% 96.04% ======================================= Files 28 28 Lines 2882 2882 Branches 1245 1245 ======================================= Hits 2768 2768 Misses 114 114 ```

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

martijnrusschen commented 1 month ago

Fixed this based on https://docs.codecov.com/docs/github-2-getting-a-codecov-account-and-uploading-coverage

martijnrusschen commented 1 month ago

For some reason the previous config didn't see the token passed in and was using the tokenless upload function. Very strange both seem to be supported, but I can see in the CI run that it's using the token now.