webcompere / model-assert

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

Update documentation and add some isEqualTo customizations #33

Closed ashleyfrieze closed 3 years ago

ashleyfrieze commented 3 years ago

Resolves #21 and #15

codecov-commenter commented 3 years ago

Codecov Report

Merging #33 (d6161d3) into main (b465a97) will increase coverage by 0.02%. The diff coverage is 100.00%.

:exclamation: Current head d6161d3 differs from pull request most recent head 9cd749e. Consider uploading reports for the commit 9cd749e to get more accurate results Impacted file tree graph

@@             Coverage Diff              @@
##               main      #33      +/-   ##
============================================
+ Coverage     97.46%   97.49%   +0.02%     
- Complexity      472      480       +8     
============================================
  Files            64       64              
  Lines           830      839       +9     
  Branches         61       63       +2     
============================================
+ Hits            809      818       +9     
  Misses           12       12              
  Partials          9        9              
Impacted Files Coverage Δ
...t/json/condition/tree/TreeComparisonCondition.java 97.97% <100.00%> (+0.08%) :arrow_up:
...pere/modelassert/json/condition/tree/TreeRule.java 100.00% <100.00%> (ø)
...odelassert/json/dsl/nodespecific/tree/PathDsl.java 100.00% <100.00%> (ø)
...delassert/json/dsl/nodespecific/tree/WhereDsl.java 100.00% <100.00%> (ø)

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 b465a97...9cd749e. Read the comment docs.