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 skip when no output enabled, even if feature is enabled #209

Merged
merged 1 commit into from
May 20, 2023

Conversation

CraZySacX
Copy link
Member

  • Skip checks when no output variables are enabled, even if feature is enabled.

Fixes #203

@codecov
Copy link

codecov bot commented May 20, 2023

Codecov Report

Merging #209 (ccd123e) into master (5cf8f34) will decrease coverage by 0.37%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #209      +/-   ##
==========================================
- Coverage   99.28%   98.92%   -0.37%     
==========================================
  Files          23       23              
  Lines        1541     1579      +38     
==========================================
+ Hits         1530     1562      +32     
- Misses         11       17       +6     
Impacted Files Coverage Δ
vergen/src/emitter.rs 94.89% <ø> (ø)
vergen/src/feature/build.rs 100.00% <100.00%> (ø)
vergen/src/feature/cargo.rs 100.00% <100.00%> (ø)
vergen/src/feature/git/cmd.rs 98.55% <100.00%> (-1.45%) ⬇️
vergen/src/feature/git/git2.rs 98.43% <100.00%> (+0.03%) ⬆️
vergen/src/feature/git/gix.rs 97.60% <100.00%> (-1.79%) ⬇️
vergen/src/feature/rustc.rs 100.00% <100.00%> (ø)
vergen/src/feature/si.rs 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@CraZySacX CraZySacX merged commit 1ef5c5f into master May 20, 2023
@CraZySacX CraZySacX deleted the feature/skip-checks-if-nothing-enabled branch May 20, 2023 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Skip git checks when no git variables are enabled
1 participant