-
Notifications
You must be signed in to change notification settings - Fork 118
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
Migrate to v4 of the codecov/codecov-action action #1553
Conversation
So it's not find the files that we're providing: https://github.com/aws/aws-lc/actions/runs/8841784960/job/24279427269?pr=1553#step:5:83
I wonder what changed? |
Not sure, we're still writing to that file:
https://github.com/aws/aws-lc/actions/runs/8841784960/job/24279427269?pr=1553#step:4:1572 |
f3d3ee8
f94e98c
to
8d43b5a
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1553 +/- ##
==========================================
+ Coverage 77.46% 77.91% +0.45%
==========================================
Files 435 560 +125
Lines 71873 94575 +22702
Branches 0 13611 +13611
==========================================
+ Hits 55676 73688 +18012
- Misses 16197 20293 +4096
- Partials 0 594 +594 ☔ View full report in Codecov by Sentry. |
"Codecov" throttling is at least part of the issue: codecov/feedback#358 |
Issues:
Resolves P126361289
Description of changes:
V4 was released at the start of February and is the latest release.
Call-outs:
I'm just hoping this fixes the issue.
Testing:
In this CI.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.