Skip to content

Generate a test coverage report on CI #245

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

Open
greenhat opened this issue Jul 15, 2024 · 0 comments · May be fixed by #262
Open

Generate a test coverage report on CI #245

greenhat opened this issue Jul 15, 2024 · 0 comments · May be fixed by #262
Labels
testing Anything involving the test suite, missing tests, test maintenance

Comments

@greenhat
Copy link
Contributor

Motivation

To see in a PR the new/changed code that is not covered by any tests.

Implementation details

Add a separate job that uses cargo-tarpoulin to gather the coverage data and coveralls.io or codecov.io to post the report in a PR comment. I've used both and they do the job fine.

@greenhat greenhat linked a pull request Jul 30, 2024 that will close this issue
@bitwalker bitwalker added the testing Anything involving the test suite, missing tests, test maintenance label Mar 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Anything involving the test suite, missing tests, test maintenance
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants