-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
CI: Adjust FOSSA API secret name #14918
Conversation
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
Signed-off-by: Matt Lord <[email protected]>
This is the same runner type used by the other unit test workflows. Signed-off-by: Matt Lord <[email protected]>
@@ -9,7 +9,7 @@ permissions: read-all | |||
jobs: | |||
test: | |||
name: Code Coverage | |||
runs-on: ubuntu-22.04 | |||
runs-on: gh-hosted-runners-4cores-1 |
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.
This is unrelated, but should make the codecov workflow more reliable/stable.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #14918 +/- ##
==========================================
+ Coverage 47.26% 47.29% +0.02%
==========================================
Files 1136 1137 +1
Lines 238484 238657 +173
==========================================
+ Hits 112721 112865 +144
- Misses 117158 117172 +14
- Partials 8605 8620 +15 ☔ View full report in Codecov by Sentry. |
Description
This is a follow-up to: #14333
You can see that the run on the merge to
main
failed: https://github.com/vitessio/vitess/actions/runs/7466472041/job/20317903610The FOSSA part of the workflow only runs on main so there's no other way to test it than to merge:
vitess/.github/workflows/static_checks_etc.yml
Lines 36 to 45 in 9df71e0
We have an open discussion with CNCF to get a push-only API token so that we can enable the scan for pull-requests as well using that: https://github.com/fossa-contrib/fossa-action#push-only-api-token
Related Issue(s)
Checklist