-
Notifications
You must be signed in to change notification settings - Fork 5.9k
refactor: switch to codecov-uploader GitHub Action #5303
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
Conversation
codecov deprecated their Node wrapper for uploading coverage reports. This removes that and uses their new uploaded along with the v2 GitHub Action they maintain.
✨ code-server docs for PR #5303 is ready! It will be updated on every commit.
|
Codecov Report
@@ Coverage Diff @@
## main #5303 +/- ##
=======================================
Coverage 72.47% 72.47%
=======================================
Files 30 30
Lines 1671 1671
Branches 367 367
=======================================
Hits 1211 1211
Misses 397 397
Partials 63 63 Continue to review full report at Codecov.
|
Looks like the integration test fix will collide with another PR, possibly we leave it out of this one since it is unrelated to codecov? |
Ooops I was too slow to type that lol |
lol whoops, my bad. I will fix the other PR. at least the commit message matches that fix |
codecov deprecated their Node wrapper for uploading coverage reports.
This removes that and uses their new uploaded along with the v2 GitHub
Action they maintain.
Fixes N/A