Skip to content
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

Add clean subcommand #73

Merged
merged 1 commit into from
Aug 26, 2021
Merged

Add clean subcommand #73

merged 1 commit into from
Aug 26, 2021

Conversation

taiki-e
Copy link
Owner

@taiki-e taiki-e commented Aug 26, 2021

$ cargo llvm-cov clean --help
cargo-llvm-cov-clean 

Remove artifacts that cargo-llvm-cov has generated in the past

USAGE:
    cargo llvm-cov clean

OPTIONS:
        --manifest-path <PATH>    Path to Cargo.toml
        --color <WHEN>            Coloring [possible values: auto, always, never]
    -h, --help                    Print help information

This also improves heuristics around artifact cleanup.

Closes #69

@taiki-e
Copy link
Owner Author

taiki-e commented Aug 26, 2021

bors r+

@bors
Copy link
Contributor

bors bot commented Aug 26, 2021

Build succeeded:

@bors bors bot merged commit eeda0d3 into main Aug 26, 2021
@bors bors bot deleted the clean branch August 26, 2021 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add cargo llvm-cov clean subcommand
1 participant