Closed raileywild closed 5 years ago
Merging #9 into master will increase coverage by
3.97%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #9 +/- ##
==========================================
+ Coverage 88.99% 92.96% +3.97%
==========================================
Files 1 1
Lines 109 128 +19
==========================================
+ Hits 97 119 +22
+ Misses 12 9 -3
Impacted Files | Coverage Δ | |
---|---|---|
src/Rematch.jl | 92.96% <100%> (+3.97%) |
: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 5359b46...f390b90. Read the comment docs.
@mbravenboer any comments?
@raileywild: Is this good to merge then, or are you waiting for anything else?
I believe @mbravenboer still has to comment/approve.
Oops, i forgot that #10 was based against this PR -- sorry to merge into your PR without asking, Ruy! 😖
Anyway, this PR now also includes wrapping all the tests in @testsets
. -_- if you want, you can roll that back and i can re-merge #10 when this is done -- up to you.
Adds support for pattern matching of the form
Foo(x=a,y=b)
for issue #3. Added new tests and updated old ones to avoid deprecation warnings.