Closed Ardentsoul closed 2 years ago
Merging #290 (7e346c6) into master (1745293) will increase coverage by
0.64%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #290 +/- ##
============================================
+ Coverage 62.28% 62.92% +0.64%
- Complexity 480 499 +19
============================================
Files 88 88
Lines 1710 1710
Branches 194 194
============================================
+ Hits 1065 1076 +11
+ Misses 561 553 -8
+ Partials 84 81 -3
Impacted Files | Coverage Δ | |
---|---|---|
...rmon/model/show/NameContainsKeywordsPredicate.java | 100.00% <0.00%> (+28.57%) |
:arrow_up: |
...rmon/model/show/TagsContainsKeywordsPredicate.java | 100.00% <0.00%> (+28.57%) |
:arrow_up: |
...on/model/show/RatingContainsKeywordsPredicate.java | 100.00% <0.00%> (+28.57%) |
:arrow_up: |
...on/model/show/StatusContainsKeywordsPredicate.java | 100.00% <0.00%> (+28.57%) |
:arrow_up: |
...rmon/model/show/ShowContainsKeywordsPredicate.java | 100.00% <0.00%> (+30.00%) |
:arrow_up: |
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 1745293...7e346c6. Read the comment docs.
Added predicate test classes into model package. Refer to #289.