-
-
Notifications
You must be signed in to change notification settings - Fork 819
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
chore[ci]: upload code coverage once #4452
base: master
Are you sure you want to change the base?
Conversation
This reverts commit 6890d6d.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4452 +/- ##
==========================================
- Coverage 92.01% 92.00% -0.02%
==========================================
Files 119 119
Lines 16692 16692
Branches 2805 2805
==========================================
- Hits 15359 15357 -2
- Misses 915 917 +2
Partials 418 418 ☔ View full report in Codecov by Sentry. |
I haven't been able to figure this out. In order to do |
What I did
Consolidate code coverage files and upload it once.
How I did it
How to verify it
Commit message
``
chore[ci]: upload code coverage once
This commit updates the CI to append code coverage to a
single file and make a single upload at the end of all test
runs.