Closed ibnesayeed closed 5 years ago
Thanks! Tests are failing due to a pre-existing typo in setup.py..
If you change --doctest-module
-> --doctest-modules
in setup.py test invocation it should work.
Merging #15 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #15 +/- ##
=======================================
Coverage 70.04% 70.04%
=======================================
Files 1 1
Lines 404 404
=======================================
Hits 283 283
Misses 121 121
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 7335b37...f87653b. Read the comment docs.
WARC-Created-Date
was renamed toWARC-Creation-Date
in #12, but README was not updated accordingly.