webrecorder / warcit

Convert Directories, Files and ZIP Files to Web Archives (WARC)
https://pypi.python.org/pypi/warcit
Apache License 2.0
81 stars 13 forks source link

Fix WARC-Creation-Date header in the README as per #12 #15

Closed ibnesayeed closed 5 years ago

ibnesayeed commented 5 years ago

WARC-Created-Date was renamed to WARC-Creation-Date in #12, but README was not updated accordingly.

ikreymer commented 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.

codecov[bot] commented 5 years ago

Codecov Report

Merging #15 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           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.