Closed joeylouise closed 7 years ago
Merging #75 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #75 +/- ##
=======================================
Coverage 95.52% 95.52%
=======================================
Files 4 4
Lines 67 67
=======================================
Hits 64 64
Misses 3 3
Impacted Files | Coverage Δ | |
---|---|---|
src/tflLogic.js | 94.73% <100%> (ø) |
:arrow_up: |
src/tflAPI.js | 87.5% <100%> (ø) |
:arrow_up: |
src/handler.js | 100% <100%> (ø) |
: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 fca41de...22d1b0d. Read the comment docs.
Change module.exports statements so that we are exporting single functions and not objects, as we are only exporting one function per file Ensure this change is reflected wherever these functions are referred to Relates #62 #65