-
It seems like |
Beta Was this translation helpful? Give feedback.
Answered by
xd009642
Nov 17, 2023
Replies: 2 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
ISibboI
-
I see. Thank you a lot for the swift reply!
…On Fri, 17 Nov 2023, 12.40 xd009642, ***@***.***> wrote:
That's because of clap changes, you now have to do it multiple times like --run-types
A --run-types B bit unfortunate but staying on clap 3 wasn't great either
—
Reply to this email directly, view it on GitHub
<#1426 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AASATXUEMOK3FX4TUX44T3DYE45LFAVCNFSM6AAAAAA7PRAVMWVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TKOJXHEYTO>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cargo tarpaulin --run-types tests --run-types doctests
orcargo tarpaulin --doc --tests
would do both. Test types are additive.