-
Notifications
You must be signed in to change notification settings - Fork 29
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
fix(ci): pass CODECOV_TOKEN to reusable-build.yml #209
Conversation
Signed-off-by: Junjie Gao <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #209 +/- ##
==========================================
+ Coverage 89.32% 89.87% +0.54%
==========================================
Files 21 23 +2
Lines 1724 1590 -134
==========================================
- Hits 1540 1429 -111
+ Misses 149 120 -29
- Partials 35 41 +6 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Depends on notaryproject/notation-core-go#209 Signed-off-by: Junjie Gao <[email protected]> --------- Signed-off-by: Junjie Gao <[email protected]>
Fix:
main
branch build are failed at the step to upload codecov because of lacking of codecov token: https://github.com/notaryproject/notation-core-go/actions/runs/9706110222/job/26789276954#step:5:32Reference: https://docs.github.com/en/actions/using-workflows/reusing-workflows#using-inputs-and-secrets-in-a-reusable-workflow
Will update notation-go, tsp-client after this PR is merged.
Signed-off-by: Junjie Gao [email protected]