Closed jzeinert-sap closed 4 years ago
Merging #33 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #33 +/- ##
=======================================
Coverage 34.65% 34.65%
=======================================
Files 15 15
Lines 3287 3287
=======================================
Hits 1139 1139
Misses 2148 2148
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 0f0b9cf...32a3f6c. Read the comment docs.
Thank you for your fix.
Previously the line starting with '.then(...)' was misplaced outside an if clause, breaking the generated html file. This moves the line inside the if clause, making the html render in a browser.