Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: introduce new flag 'noAdditionalProperties' to add 'additionalProperties: false' to the generated JSON schema #39

Closed

test: add missing argument to convertSchemaToMap in parser tests, lea…

7dcc68b
Select commit
Loading
Failed to load commit list.
Closed

feat: introduce new flag 'noAdditionalProperties' to add 'additionalProperties: false' to the generated JSON schema #39

test: add missing argument to convertSchemaToMap in parser tests, lea…
7dcc68b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Feb 21, 2024 in 1s

97.90% (-0.68%) compared to 361856d

View this Pull Request on Codecov

97.90% (-0.68%) compared to 361856d

Details

Codecov Report

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

Comparison is base (361856d) 98.58% compared to head (7dcc68b) 97.90%.
Report is 1 commits behind head on main.

Files Patch % Lines
pkg/parser.go 66.67% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #39      +/-   ##
==========================================
- Coverage   98.58%   97.90%   -0.68%     
==========================================
  Files           6        6              
  Lines         423      428       +5     
==========================================
+ Hits          417      419       +2     
- Misses          4        6       +2     
- Partials        2        3       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.