You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah the heuristics for the doc test exe name means that linking tests to their lines in the source code is a bit tricky. If you have a project you can link to I can have a look when I have some time
Hi there, I seem to be running into an issue which I suspect is related to #848.
In short, crates within a workspace which have defined doctests marked as
rust,no_run
or simplyno_run
are being executed bytarpaulin
.I'm invoking
tarpaulin
like this:$ cargo tarpaulin --workspace --run-types Doctests -olcov --all-features
.It's also worth pointing out that
$ cargo test --workspace --all-features --doc
works as expected (in other words, respectno_run
.The text was updated successfully, but these errors were encountered: