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

Tests have no notion of coverage #82

Closed
blt opened this issue Aug 20, 2016 · 4 comments
Closed

Tests have no notion of coverage #82

blt opened this issue Aug 20, 2016 · 4 comments

Comments

@blt
Copy link
Collaborator

blt commented Aug 20, 2016

Right now cernan tests do not make coverage reports. This makes it difficult to determine how well tested cernan is in practice. Issues that have snuck by into the wild would suggest that it is not.

@blt
Copy link
Collaborator Author

blt commented Aug 20, 2016

Current rub: gcov/kcov--which are the main tools for coverage detection of rust programs--are Linux only. There is some discussion around using LLVM's native coverage, but no in-progress work: rust-lang/rust#34701.

@tsantero
Copy link
Contributor

As discussed, i'll add a Dockerfile to this project so that we can achieve coverage locally on macs.

@blt
Copy link
Collaborator Author

blt commented Jan 11, 2017

We can resolve this by integrating with codecov.io when open-sourcing Cernan.

@blt
Copy link
Collaborator Author

blt commented Jan 14, 2017

Now resolved! :D

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

No branches or pull requests

2 participants