Closed elliotchance closed 4 years ago
Merging #299 into master will increase coverage by
0.44%
. The diff coverage is90.47%
.
@@ Coverage Diff @@
## master #299 +/- ##
========================================
+ Coverage 71.56% 72% +0.44%
========================================
Files 201 201
Lines 6094 6115 +21
========================================
+ Hits 4361 4403 +42
+ Misses 1610 1584 -26
- Partials 123 128 +5
Impacted Files | Coverage Δ | |
---|---|---|
filter_flags.go | 36.76% <66.66%> (+36.76%) |
:arrow_up: |
filter.go | 95.6% <94.44%> (-0.29%) |
:arrow_down: |
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 33ed4b9...af683ed. Read the comment docs.
Also provides RemoveDuplicateNamesFilter filter function, and fixes a bug with returning children from a filter function being mistakenly truncated.
This change is