Skip to content

Ignore a crate from the output #1181

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

You must be logged in to vote

You can use --exclude to exclude a package, similar to cargo test in a workspace. --exclude-files cratename/* is probably a solution as well using --exclude-files but the crates tests will still run if it's in a workspace so code it calls in another workspace crate will be in the stats

Replies: 4 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by AntoniosBarotsis
Comment options

You must be logged in to vote
3 replies
@xd009642
Comment options

@AntoniosBarotsis
Comment options

@xd009642
Comment options

Comment options

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

@xd009642
Comment options

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