CI: Re-enable FOSSA scan and add Codecov#14333
Conversation
Signed-off-by: Matt Lord <mattalord@gmail.com>
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>
Signed-off-by: Matt Lord <mattalord@gmail.com>
| uses: actions/checkout@v3 | ||
|
|
||
| - name: Run FOSSA scan and upload build data | ||
| if: github.ref == 'refs/heads/main' |
There was a problem hiding this comment.
This was required, at least for now, for the pull request action to pass:
deb355a to
9f0bf3a
Compare
Signed-off-by: Matt Lord <mattalord@gmail.com>
Signed-off-by: Matt Lord <mattalord@gmail.com>
Signed-off-by: Matt Lord <mattalord@gmail.com>
Signed-off-by: Matt Lord <mattalord@gmail.com>
Signed-off-by: Matt Lord <mattalord@gmail.com>
Signed-off-by: Matt Lord <mattalord@gmail.com>
Signed-off-by: Matt Lord <mattalord@gmail.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #14333 +/- ##
=======================================
Coverage ? 47.25%
=======================================
Files ? 1136
Lines ? 238160
Branches ? 0
=======================================
Hits ? 112543
Misses ? 117018
Partials ? 8599 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Matt Lord <mattalord@gmail.com>
357ece2 to
46c93af
Compare
Signed-off-by: Matt Lord <mattalord@gmail.com>
9348d0d to
6b8eee1
Compare
Signed-off-by: Matt Lord <mattalord@gmail.com>
frouioui
left a comment
There was a problem hiding this comment.
LGTM asides to the comments I left! Thank you!
Already two-approvals, dismissing my review until the suggestions are applied so we don't merge it by accident
|
@mattlord, I think it might be a good idea to backport this to release branches. Moreover, we need to add the new workflow to the list of |
Signed-off-by: Matt Lord <mattalord@gmail.com>
Description
This re-enables the FOSSA license scan after getting a new API key (removed in #14119).
It also re-adds code coverage reporting after it was removed in #13000.
Related Issue(s)
Checklist