Closed escapewindow closed 5 years ago
Merging #50 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #50 +/- ##
=======================================
Coverage 98.57% 98.57%
=======================================
Files 8 8
Lines 702 702
Branches 125 125
=======================================
Hits 692 692
Misses 2 2
Partials 8 8
Impacted Files | Coverage Δ | |
---|---|---|
src/mardor/mozilla.py | 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 204a753...bd71658. Read the comment docs.
head -c -1
doesn't work on mac, but it worked when i replaced it withperl -pe 'chomp if eof'
.