Stranger6667 / jsonschema-rs

JSON Schema validation library
https://docs.rs/jsonschema
MIT License
511 stars 91 forks source link

chore(rust): Replace `lazy_static` with `once_cell` #407

Closed Stranger6667 closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #407 (2021aa7) into master (e6a3d74) will decrease coverage by 0.03%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #407      +/-   ##
==========================================
- Coverage   78.87%   78.84%   -0.04%     
==========================================
  Files          54       54              
  Lines        4497     4490       -7     
==========================================
- Hits         3547     3540       -7     
  Misses        950      950              
Impacted Files Coverage Δ
jsonschema/src/compilation/mod.rs 80.68% <100.00%> (ø)
jsonschema/src/compilation/options.rs 85.14% <100.00%> (-0.84%) :arrow_down:
jsonschema/src/content_encoding.rs 100.00% <100.00%> (ø)
jsonschema/src/content_media_type.rs 100.00% <100.00%> (ø)
jsonschema/src/keywords/format.rs 86.04% <100.00%> (+0.19%) :arrow_up:
jsonschema/src/keywords/pattern.rs 73.13% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.