Closed cjelger closed 5 years ago
Merging #184 into master will increase coverage by
1.49%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #184 +/- ##
==========================================
+ Coverage 85.44% 86.94% +1.49%
==========================================
Files 49 49
Lines 1883 1884 +1
Branches 385 386 +1
==========================================
+ Hits 1609 1638 +29
+ Misses 274 246 -28
Impacted Files | Coverage Δ | |
---|---|---|
compile/functions/index.js | 92.85% <100%> (+33.82%) |
: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 447d3fb...6fdf39f. Read the comment docs.
@jthomas I'd have liked to adapt unit tests but I have been surprised there isn't any for the compileFunction
method. Shall I add one, or did you have a reason not to have one?
@cjelger Please add as many unit tests are you like :)
Done in the mean time, I added one to cover the compileFunctions
method.
Closes #183
…#183