Replies: 1 comment
-
So tarpaulin will filter out lines that can't be covered, and lines that are just in test code by default. And the line count is the number of "coverable lines". If it's filtering out code that can be ran then that's an issue. Do you have a repo I can look at? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I run
crago tarpaulin --all --out --html
, most of my files are ignored by the coverage. (it's a library)In the report, they are marked 0/0 for the number of lines even though my files are not empty and I have tests for these same files.
Would you know how to fix this?
Beta Was this translation helpful? Give feedback.
All reactions