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

Set CARGO_LLVM_COV environment variable #259

Merged
merged 1 commit into from
Apr 21, 2023
Merged

Conversation

def-
Copy link
Contributor

@def- def- commented Apr 21, 2023

So that nextest can detect if it's running wrapped by "cargo llvm-cov" and can use [profile.default-llvm-cov] settings instead of [profile.default]. This is done similarly for miri and makes sense since both increase running times.

So that nextest can detect if it's running wrapped by "cargo llvm-cov"
and can use [profile.default-llvm-cov] settings instead of
[profile.default]. This is done similarly for miri and makes sense for
both increase running times.
def- added a commit to def-/nextest that referenced this pull request Apr 21, 2023
Depends on taiki-e/cargo-llvm-cov#259

This is done similarly for miri and makes sense since both increase running times.
Copy link
Owner

@taiki-e taiki-e left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@taiki-e taiki-e added the A-nextest Area: nextest integration https://github.com/nextest-rs/nextest label Apr 21, 2023
@taiki-e taiki-e merged commit 0a2b454 into taiki-e:main Apr 21, 2023
@taiki-e
Copy link
Owner

taiki-e commented Apr 21, 2023

Published in 0.5.17.

@def- def- deleted the pr-env branch April 21, 2023 17:40
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