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 --nextest-archive-file option to report subcommand #355

Merged
merged 1 commit into from
Mar 10, 2024

Conversation

taiki-e
Copy link
Owner

@taiki-e taiki-e commented Mar 10, 2024

Support calling cargo llvm-cov report for the result of cargo llvm-cov nextest --archive-file.

cargo llvm-cov nextest-archive --archive-file a.tar.zst
cargo llvm-cov nextest --archive-file a.tar.zst --text --fail-under-lines 70
cargo llvm-cov report --nextest-archive-file a.tar.zst --fail-under-lines 70

cc @weiznich

Closes #350

@taiki-e taiki-e added the A-nextest Area: nextest integration https://github.com/nextest-rs/nextest label Mar 10, 2024
@taiki-e taiki-e merged commit 2aa6ad5 into main Mar 10, 2024
18 checks passed
@taiki-e taiki-e deleted the nextest-archive-file branch March 10, 2024 10:51
@weiznich
Copy link
Contributor

Thanks for picking up this work ❤️ . I unfortunately run out of time fixing the original PR 😞 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-nextest Area: nextest integration https://github.com/nextest-rs/nextest
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants