Closed reuvenharrison closed 5 months ago
Attention: Patch coverage is 92.14286%
with 11 lines
in your changes missing coverage. Please review.
Project coverage is 84.91%. Comparing base (
68ee79d
) to head (6352ef6
).
Files | Patch % | Lines |
---|---|---|
checker/check_types.go | 87.14% | 7 Missing and 2 partials :warning: |
checker/check_request_property_type_changed.go | 88.23% | 1 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR adds a new check for parameters that are passed as objects and their type is modified. Fixes https://github.com/Tufin/oasdiff/issues/567