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

Hook up code-coverage #16

Open
phayes opened this issue Mar 22, 2019 · 2 comments
Open

Hook up code-coverage #16

phayes opened this issue Mar 22, 2019 · 2 comments
Labels
ci help wanted Extra attention is needed

Comments

@phayes
Copy link
Contributor

phayes commented Mar 22, 2019

Hi there,

I was wondering if you could hook up code-coverage reporting (I personally like codecov, but coveralls and others would be fine too).

Once this is done, I will work on getting code coverage up to 100% (or as close as possible).

Check out the travis.yml file over at https://github.com/phayes/rsa-fdh for an example of how to do it.

@dignifiedquire dignifiedquire added ci help wanted Extra attention is needed labels Aug 27, 2019
@planck-length
Copy link

Hi I recently used cargo-tarpaulin to set up code coverage on a rust project. I could help to set it up if you would like, just let me know.

@tarcieri
Copy link
Member

We ran Tarpaulin+Codecov on the @RustCrypto/AEADs repo in CI in the past. It was rather noisy and not something I found myself consulting with regularity.

What would be a lot more helpful than just deploying a tool is if someone could go through the coverage report and identify good candidates for code which doesn't currently have test coverage but should and open issues about it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants