go-openapi / validate

openapi toolkit validation helpers
Apache License 2.0
115 stars 53 forks source link

fix: fix memory pools & race issues #178

Closed fredbi closed 6 months ago

fredbi commented 6 months ago

Signed-off-by: Frederic BIDON fredbi@yahoo.com

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 92.53%. Comparing base (fb01d6d) to head (7b1fec1). Report is 4 commits behind head on master.

Files Patch % Lines
schema_props.go 86.06% 9 Missing and 8 partials :warning:
spec.go 78.57% 3 Missing and 3 partials :warning:
validator.go 90.19% 4 Missing and 1 partial :warning:
default_validator.go 75.00% 2 Missing and 2 partials :warning:
example_validator.go 75.00% 2 Missing and 2 partials :warning:
result.go 50.00% 3 Missing :warning:
formats.go 66.66% 1 Missing :warning:
slice_validator.go 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #178 +/- ## ========================================== - Coverage 93.30% 92.53% -0.77% ========================================== Files 23 23 Lines 3839 3150 -689 ========================================== - Hits 3582 2915 -667 + Misses 203 154 -49 - Partials 54 81 +27 ``` | [Flag](https://app.codecov.io/gh/go-openapi/validate/pull/178/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=go-openapi) | Coverage Δ | | |---|---|---| | [oldstable](https://app.codecov.io/gh/go-openapi/validate/pull/178/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=go-openapi) | `92.47% <87.38%> (-0.83%)` | :arrow_down: | | [stable](https://app.codecov.io/gh/go-openapi/validate/pull/178/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=go-openapi) | `92.53% <87.38%> (-0.77%)` | :arrow_down: | 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=go-openapi#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.