Replies: 1 comment 2 replies
-
|
So in your test are you setting up a tracing subscriber? Because if not I doubt that will work. One approach that may work would be adding in tracing-test that sets up a subscriber per test and may solve things. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Trying out tarpaulin for the first time. I noticed that some of the uncovered lines from the coverage results are for lines of tracing such as,
I tried setting
RUST_LOG=naively to see if that would just work, but it doesn't seem to change the results. Is there a recommend way of handling this kind of case?Beta Was this translation helpful? Give feedback.
All reactions