Skip to content
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

Closed
ximon18 opened this issue Jan 12, 2021 · 2 comments · Fixed by #372
Closed

Trigger creation of a code coverage report via GitHub Actions #371

ximon18 opened this issue Jan 12, 2021 · 2 comments · Fixed by #372

Comments

@ximon18
Copy link
Member

ximon18 commented Jan 12, 2021

E.g. use cargo tarpaulin triggered after a successful CI build.

@ximon18
Copy link
Member Author

ximon18 commented Jan 12, 2021

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:

image

These reports can be drilled into, e.g.:

image

ximon18 added a commit that referenced this issue Jan 14, 2021
…gger it on the same branch and commit as the workflow that we triggered on. (#371)
ximon18 added a commit that referenced this issue Jan 14, 2021
ximon18 added a commit that referenced this issue Jan 14, 2021
ximon18 added a commit that referenced this issue Jan 14, 2021
ximon18 added a commit that referenced this issue Jan 14, 2021
ximon18 added a commit that referenced this issue Jan 15, 2021
… (#372)

Trigger a new code coverage report GitHub Actions CI workflow after successful completion of the CI workflow (#371).
Also attempts to stablize the flakey add ROAs UI test (#377).
@ximon18
Copy link
Member Author

ximon18 commented Jan 29, 2021

Closing as all new successful (and test) runs on the dev branch now cause a coverage report job to run.

@ximon18 ximon18 closed this as completed Jan 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant