Skip to content

How to generate a report for the coverage of tests and doctests combined? #1426

Answered by xd009642
ISibboI asked this question in Q&A
Discussion options

You must be logged in to vote

cargo tarpaulin --run-types tests --run-types doctests or cargo tarpaulin --doc --tests would do both. Test types are additive.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@ISibboI
Comment options

@xd009642
Comment options

Answer selected by ISibboI
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants