We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We could calculate code coverage percentage on every push and display it with a badge in the README. For code coverage calculation I use https://github.com/actions-rs/tarpaulin This creates an lcov.info file that I upload to https://coveralls.io/ (free for open source).
Setup example: https://github.com/rust-github/rust-gh-example
https://github.com/rust-github/rust-gh-example/blob/74be2688c366c78791fa52e5674bf317cdf45cbb/.github/workflows/ci.yml#L60
I solve this issue if you want. Of course the maintainer has to register to the coveralls website.
The text was updated successfully, but these errors were encountered:
Sure! I've heard of coveralls but not used it. I've signed up and registered delta:
Sorry, something went wrong.
Closed by #409
No branches or pull requests
We could calculate code coverage percentage on every push and display it with a badge in the README.
For code coverage calculation I use https://github.com/actions-rs/tarpaulin
This creates an lcov.info file that I upload to https://coveralls.io/ (free for open source).
Setup example: https://github.com/rust-github/rust-gh-example
https://github.com/rust-github/rust-gh-example/blob/74be2688c366c78791fa52e5674bf317cdf45cbb/.github/workflows/ci.yml#L60
I solve this issue if you want.
Of course the maintainer has to register to the coveralls website.
The text was updated successfully, but these errors were encountered: