CI: Adjust FOSSA API secret name#14918
Merged
deepthi merged 2 commits intovitessio:mainfrom Jan 12, 2024
Merged
Conversation
Contributor
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 <mattalord@gmail.com>
frouioui
approved these changes
Jan 10, 2024
This is the same runner type used by the other unit test workflows. Signed-off-by: Matt Lord <mattalord@gmail.com>
mattlord
commented
Jan 12, 2024
| test: | ||
| name: Code Coverage | ||
| runs-on: ubuntu-22.04 | ||
| runs-on: gh-hosted-runners-4cores-1 |
Member
Author
There was a problem hiding this comment.
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. |
deepthi
approved these changes
Jan 12, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This is a follow-up to: #14333
You can see that the run on the merge to
mainfailed: 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