-
Notifications
You must be signed in to change notification settings - Fork 699
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: store merged coverage as an artifact #1256
Labels
good first issue
Good for newcomers
Comments
We might also have to investigate whether our merged test coverage in |
Happy to take it on |
Hi @f1ko, still working on this? |
Apologies, didn't get to it yet. Feel free to work on it! |
Hello @lmb, please review my PR and suggest improvements. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running our test suite creates coverage information in
coverage.out
:That can be turned into a html report like so:
We should integrate this into our CI:
coverage.out
as an artifact for that jobcoverage.out
from the various jobs and merge them usinggo tool covdata merge
The text was updated successfully, but these errors were encountered: