-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Trigger creation of a code coverage report via GitHub Actions #371
Comments
Linked pull request #372 creates a cargo tarpaulin code coverage HTML report and uploads it to GitHub as a workflow artifact. Code coverage is reported both for default features and for all features. In the image below you can see hte difference in the report for default features vs all features at the top level of the source tree: These reports can be drilled into, e.g.: |
…gger it on the same branch and commit as the workflow that we triggered on. (#371)
Closing as all new successful (and test) runs on the dev branch now cause a coverage report job to run. |
E.g. use cargo tarpaulin triggered after a successful
CI
build.The text was updated successfully, but these errors were encountered: