-
Notifications
You must be signed in to change notification settings - Fork 49
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
Get insights into code / test coverage #337
Milestone
Comments
joepio
added a commit
that referenced
this issue
Mar 23, 2022
4 tasks
joepio
added a commit
that referenced
this issue
Mar 23, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not sure how well the tests cover the code, at this point. Getting insight into this is the first step.
The
llvm-cov
project seems to work well locally (contrary to tarpaulin that doesn't support macos at the moment).This gives some insights:
Looks like about 61% of the functions are currently covered.
The text was updated successfully, but these errors were encountered: