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

Get insights into code / test coverage #337

Closed
joepio opened this issue Mar 23, 2022 · 1 comment · Fixed by #339
Closed

Get insights into code / test coverage #337

joepio opened this issue Mar 23, 2022 · 1 comment · Fixed by #339

Comments

@joepio
Copy link
Member

joepio commented Mar 23, 2022

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:

cargo llvm-cov --all-features --show-missing-lines

Looks like about 61% of the functions are currently covered.

joepio added a commit that referenced this issue Mar 23, 2022
joepio added a commit that referenced this issue Mar 23, 2022
joepio added a commit that referenced this issue Mar 23, 2022
@joepio joepio added this to the v0.32 self-hosting milestone Mar 23, 2022
joepio added a commit that referenced this issue Mar 23, 2022
* #337 code coverage in contribute, action script #338 try nextest

* #337 use nightly for coverage

* #337 llvm-tools

* #338 random_string fix test, add retries

* #337 gtk in codecov

* #340 playwright
@joepio
Copy link
Member Author

joepio commented Mar 23, 2022

@joepio joepio mentioned this issue Mar 23, 2022
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant