-
Notifications
You must be signed in to change notification settings - Fork 39
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
Add code coverage in CI #381
Comments
I admit I have no experience with these tools. Any suggestions? |
I used coverage.py with GitLab in the past which was nice but I'm not really familiar what the rust/GitHub options. I talked to @0xBEEFCAF3 about it briefly last week and he mentioned codecov (I'm pretty sure it was codecov...). rust-bitcoin uses coveralls, e.g. rust-bitcoin/rust-bitcoin#3481 (comment) Not a high priority addition but I noticed it in the README milestones and it might help highlight untested code paths in PR reviews, so I wanted to track it somewhere. |
Closed by #385 |
Ideally we should pick a tool that shows visual line-by-line code coverage, so we can easily determine which code paths need more robust testing.
The text was updated successfully, but these errors were encountered: