-
-
Notifications
You must be signed in to change notification settings - Fork 181
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
Doc tests are not being run #850
Comments
So doc test coverage isn't ran by default you need to run |
that makes sense. thanks for the explanation |
hang on a tic, if I use the |
the test-type flags are collected into a list so you can do |
Pretty sure I tried that, and it complained... |
I double checked it on the
|
@danieleades did you have a chance to check this? |
I did! Works like a charm. Suspect I fat-fingered it on the first attempt. Thankyou very much for the support |
Describe the bug
Tarpaulin is failing to run doc tests in one of my projects
To Reproduce
project is here - https://github.com/danieleades/rtps
cargo tarpaulin
cargo test
you can also see the github action output here - https://github.com/danieleades/rtps/runs/3850610019?check_suite_focus=true
Expected behavior
doc tests should be run and produce non-zero coverage
The text was updated successfully, but these errors were encountered: