webcompere / model-assert

Assertions for data models
MIT License
28 stars 3 forks source link

Fix errors in matching paths and expand the DSL to Yaml and Objects #14

Closed ashleyfrieze closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #14 (78e56bf) into main (2c2a75e) will increase coverage by 0.11%. The diff coverage is 74.07%.

Impacted file tree graph

@@             Coverage Diff              @@
##               main      #14      +/-   ##
============================================
+ Coverage     94.10%   94.21%   +0.11%     
- Complexity      368      390      +22     
============================================
  Files            57       57              
  Lines           678      709      +31     
  Branches         55       55              
============================================
+ Hits            638      668      +30     
- Misses           25       27       +2     
+ Partials         15       14       -1     
Impacted Files Coverage Δ
...pere/modelassert/json/condition/tree/Location.java 100.00% <ø> (+6.25%) :arrow_up:
...t/json/condition/tree/TreeComparisonCondition.java 96.25% <ø> (+1.06%) :arrow_up:
...ssert/json/dsl/nodespecific/tree/IsEqualToDsl.java 46.66% <53.84%> (+9.16%) :arrow_up:
...rg/webcompere/modelassert/json/JsonAssertions.java 76.47% <62.50%> (-12.42%) :arrow_down:
...ere/modelassert/json/condition/tree/PathMatch.java 80.00% <66.66%> (-20.00%) :arrow_down:
...ebcompere/modelassert/json/impl/JsonProviders.java 80.00% <80.00%> (ø)
...e/modelassert/json/condition/tree/PathMatcher.java 100.00% <100.00%> (+42.85%) :arrow_up:
...assert/json/condition/tree/PatternPathMatcher.java 100.00% <100.00%> (+11.11%) :arrow_up:
...lassert/json/condition/tree/StringPathMatcher.java 100.00% <100.00%> (+20.00%) :arrow_up:
...ssert/json/condition/tree/WildCardPathMatcher.java 86.66% <100.00%> (ø)
... and 3 more

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 2c2a75e...78e56bf. Read the comment docs.