rustyhorde / vergen

Generate cargo instructions at compile time in build scripts for use with the env! or option_env! macros
Apache License 2.0
389 stars 57 forks source link

cargo feature unification support #294

Closed CraZySacX closed 9 months ago

CraZySacX commented 9 months ago

Use cfg-if to support the feature unification from cargo

codecov[bot] commented 9 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (291542f) 97.80% compared to head (54cff2e) 97.98%.

Files Patch % Lines
vergen/tests/git_output.rs 90.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #294 +/- ## ========================================== + Coverage 97.80% 97.98% +0.18% ========================================== Files 24 24 Lines 1687 1690 +3 ========================================== + Hits 1650 1656 +6 + Misses 37 34 -3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.