Some rustdoc examples are missing from code coverage #346
Labels
C-bug
Category: This is a bug.
E-help-wanted
Call for participation: Help is requested to fix this issue.
The code coverage infra uses an unstable rustdoc flags to persist doc tests as source files so grcov can merge coverage results.
It looks like if a doc comment on an item has multiple examples, only one of them is picked up by grcov.
Example: https://codecov.artichokeruby.org/boba/src/lib.rs.html#218.
Linking rustdoc persist tests tracking issue:
The text was updated successfully, but these errors were encountered: