oxc-project / oxc-resolver

Rust version of webpack/enhanced-resolve
https://oxc.rs/docs/guide/usage/resolver.html
MIT License
122 stars 18 forks source link

ci: add semver check #240

Closed Boshen closed 1 month ago

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.86%. Comparing base (a7674ce) to head (b92ca0e). Report is 4 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #240 +/- ## ======================================= Coverage 96.86% 96.86% ======================================= Files 11 11 Lines 2358 2358 ======================================= Hits 2284 2284 Misses 74 74 ```

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

codspeed-hq[bot] commented 1 month ago

CodSpeed Performance Report

Merging #240 will not alter performance

Comparing cargo-semver-checks (b92ca0e) with main (a7674ce)

Summary

✅ 3 untouched benchmarks

Boshen commented 1 month ago
--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.35.0/src/lints/enum_variant_added.ron

Failed in:
  variant ResolveError:MatchedAliasNotFound in /home/runner/work/oxc-resolver/oxc-resolver/src/error.rs:29
    Summary semver requires new major version: 1 major and 0 minor checks failed