Tufin / oasdiff

OpenAPI Diff and Breaking Changes
https://www.oasdiff.com
Apache License 2.0
663 stars 59 forks source link

Deprecate breaking sub-cmd #547

Closed reuvenharrison closed 2 months ago

reuvenharrison commented 3 months ago

Previously oasdiff changelog and oasdiff breaking were similar but not identical. Moving forward, oasdiff changelog will be used for both use cases with a new flag --level. oasdiff breaking will be maintained for backward compatibility and implemented as an alias for oasdiff changelog --level WARN.

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 48.38710% with 16 lines in your changes are missing coverage. Please review.

Project coverage is 83.76%. Comparing base (360470c) to head (be01754).

Files Patch % Lines
internal/changelog.go 36.36% 5 Missing and 2 partials :warning:
internal/diff_flags.go 0.00% 2 Missing :warning:
internal/errors.go 0.00% 2 Missing :warning:
internal/summary.go 0.00% 2 Missing :warning:
internal/checks.go 0.00% 1 Missing :warning:
internal/diff.go 0.00% 1 Missing :warning:
internal/flatten.go 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #547 +/- ## ======================================= Coverage 83.75% 83.76% ======================================= Files 227 227 Lines 13096 13023 -73 ======================================= - Hits 10969 10909 -60 + Misses 1710 1699 -11 + Partials 417 415 -2 ``` | [Flag](https://app.codecov.io/gh/Tufin/oasdiff/pull/547/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tufin) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/Tufin/oasdiff/pull/547/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tufin) | `83.76% <48.38%> (+<0.01%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tufin#carryforward-flags-in-the-pull-request-comment) to find out more.

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