-
-
Notifications
You must be signed in to change notification settings - Fork 180
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
Wrong report for generics #1624
Comments
623637646
changed the title
Wrong report for generic generics
Wrong report for generics
Sep 19, 2024
You can also try adding in |
@xd009642 I tried |
623637646
pushed a commit
to 623637646/rx-rust
that referenced
this issue
Sep 28, 2024
…For more details, see: xd009642/tarpaulin#1624"
Ryan1729
added a commit
to Ryan1729/mtg-pet-simulator
that referenced
this issue
Nov 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Wrong code coverage when using Generics.
Using commend:
cargo tarpaulin --out html
Platform: Mac 14.5
To Reproduce
Demo code:
The report is "66.67% coverage, 2/3 lines covered".
Expected behavior
The report should be "100% coverage, 3/3 lines covered".
The text was updated successfully, but these errors were encountered: