-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update coverage.yml #500
Update coverage.yml #500
Conversation
@okBrian there seems to be a problem with codecov causing the CI to fail quite often. Related github issue You can see it here
|
Based on CodeCov's README shouldn't it be this
Instead of
This is based on the readme file of codecov actions here:
|
giving this a go |
It seems to be known issue with tokenless upload but it does appear to affect token uploads too - codecov/codecov-action#1487 (comment) Heres a working example with v0.7.1 (we are using v0.7.2) from the post above - https://github.com/stylelint/stylelint/actions/runs/9688239908/job/26734397467?pr=7804#step:7:54 v0.6.0 also seems to work from the same person - stylelint/stylelint@f2f9a6a To change the version just add |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #500 +/- ##
=======================================
Coverage 58.36% 58.36%
=======================================
Files 57 57
Lines 14442 14442
Branches 1892 1892
=======================================
Hits 8429 8429
Misses 5451 5451
Partials 562 562 ☔ View full report in Codecov by Sentry. |
Make coverage more robust / deal with upload issues more gracefully.