Closed shashi closed 3 years ago
Merging #275 (29d2b7b) into master (9371e2a) will increase coverage by
0.02%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #275 +/- ##
==========================================
+ Coverage 85.27% 85.29% +0.02%
==========================================
Files 11 11
Lines 1161 1163 +2
==========================================
+ Hits 990 992 +2
Misses 171 171
Impacted Files | Coverage Δ | |
---|---|---|
src/matchers.jl | 96.49% <100.00%> (ø) |
|
src/rule.jl | 86.48% <100.00%> (+0.24%) |
: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 9371e2a...29d2b7b. Read the comment docs.
Came up while matching this:
But now you can do
and it will match
@emmanuellujan