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: generalize validators and support jsonschema-rs #2225

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

feat(validator): add support for jsonschema_rs validator library

d8f2bfa
Select commit
Loading
Failed to load commit list.
Open

feat: generalize validators and support jsonschema-rs #2225

feat(validator): add support for jsonschema_rs validator library
d8f2bfa
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 5, 2024 in 0s

99.78% (-0.22%) compared to 4910dd7

View this Pull Request on Codecov

99.78% (-0.22%) compared to 4910dd7

Details

Codecov Report

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

Project coverage is 99.78%. Comparing base (4910dd7) to head (d8f2bfa).
Report is 3 commits behind head on master.

❗ Current head d8f2bfa differs from pull request most recent head d795db3. Consider uploading reports for the commit d795db3 to get more accurate results

Files Patch % Lines
falcon/media/validators/jsonschema_rs.py 57.14% 9 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##            master    #2225      +/-   ##
===========================================
- Coverage   100.00%   99.78%   -0.22%     
===========================================
  Files           62       65       +3     
  Lines         6880     6985     +105     
  Branches      1099     1110      +11     
===========================================
+ Hits          6880     6970      +90     
- Misses           0       14      +14     
- Partials         0        1       +1     

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