Closed ghost closed 5 years ago
Merging #16 into master will increase coverage by
0.26%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #16 +/- ##
==========================================
+ Coverage 88.28% 88.54% +0.26%
==========================================
Files 1 1
Lines 128 131 +3
==========================================
+ Hits 113 116 +3
Misses 15 15
Impacted Files | Coverage Δ | |
---|---|---|
src/Rematch.jl | 88.54% <ø> (+0.26%) |
: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 e0f6b6d...1ea4eda. Read the comment docs.
(Note that the TODO was originally added here: https://github.com/RelationalAI/raicode/commit/4cf0ec010b2cf295f2ef2886a244c607593a9950#diff-9d26fda85bbb6c222d4a9383a29b558bR28 )
Remove TODO about
QuoteNode
s.(Also, i learned about QuoteNodes today. TL;DR is i think we can ignore them and treat them just like any other literal: https://docs.julialang.org/en/v1/manual/metaprogramming/index.html#QuoteNode-1)
Closes https://github.com/RelationalAI-oss/Rematch.jl/issues/13