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

Code coverage #43

Open
notgull opened this issue Nov 25, 2022 · 1 comment
Open

Code coverage #43

notgull opened this issue Nov 25, 2022 · 1 comment

Comments

@notgull
Copy link
Member

notgull commented Nov 25, 2022

In my most recent PRs, I've added a significant amount of code that doesn't end up being tested on the common case. In order to make sure our tests function properly, it would be nice to have an automatic code coverage utility in order to make sure every branch of our code is tested properly.

It may also be a good idea to implement this for other crates in this organization.

@mamaicode
Copy link
Contributor

mamaicode commented Oct 23, 2023

It's possible to add codecov ( free for open source projects)
https://about.codecov.io/

Unfortunately from my research, they only support one branch nevermind

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants