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

Replace kcov with tarpaulin for code coverage #35

Merged
merged 1 commit into from
May 31, 2020
Merged

Replace kcov with tarpaulin for code coverage #35

merged 1 commit into from
May 31, 2020

Conversation

j-richey
Copy link
Owner

The build was using the cargo-travis along with kcov to generate
coverage data and submit it to coveralls. Unfortunately, this stopped
working due to a Rust update (roblabla/cargo-travis#66).
Additionally, it was difficult to run this tool locally.

This pull request uses cargo-tarpaulin to generate the test coverage data and
upload it to coveralls. Additionally, developers with Linux can easily
generate coverage reports locally with tarpaulin. The CONTRIBUTING file
is updated with instructions on how to generate coverage reports.

See issue #33.

The build was using the cargo-travis along with kcov to generate
coverage data and submit it to coveralls. Unfortunately, this stopped
working due to a Rust update (roblabla/cargo-travis#66).
Additionally, it was difficult to run this tool locally.

This commit uses cargo-tarpaulin to generate the test coverage data and
upload it to coveralls. Additionally, developers with Linux can easily
generate coverage reports locally with tarpaulin. The CONTRIBUTING file
is updated with instructions on how to generate coverage reports.

See issue #33.
@j-richey j-richey merged commit de8fdd7 into master May 31, 2020
@j-richey j-richey deleted the issue-33 branch May 31, 2020 23:49
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 this pull request may close these issues.

1 participant