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

fix: Skipped validation on an unsupported regular expression in patternProperties #214

Merged
merged 1 commit into from
May 4, 2021

Conversation

Stranger6667
Copy link
Owner

Fixes #213

@codecov
Copy link

codecov bot commented May 4, 2021

Codecov Report

Merging #214 (e8823b1) into master (8ba3e71) will increase coverage by 0.04%.
The diff coverage is 57.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #214      +/-   ##
==========================================
+ Coverage   82.73%   82.77%   +0.04%     
==========================================
  Files          53       53              
  Lines        3567     3571       +4     
==========================================
+ Hits         2951     2956       +5     
+ Misses        616      615       -1     
Impacted Files Coverage Δ
jsonschema/src/keywords/additional_properties.rs 84.26% <57.14%> (+0.31%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8ba3e71...e8823b1. Read the comment docs.

@Stranger6667 Stranger6667 merged commit 2c399ac into master May 4, 2021
@Stranger6667 Stranger6667 deleted the dd/fix-pattern-properties branch May 4, 2021 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

patternProperties keyword is not used in certain cases
1 participant