adbar / htmldate

Fast and robust date extraction from web pages, with Python or on the command-line
https://htmldate.readthedocs.io
Apache License 2.0
117 stars 26 forks source link

setup fix: make backports-datetime-fromisoformat optional #95

Closed adbar closed 10 months ago

codecov[bot] commented 10 months ago

Codecov Report

Merging #95 (0544136) into master (b304b79) will decrease coverage by 0.33%. Report is 1 commits behind head on master. The diff coverage is 80.00%.

@@            Coverage Diff             @@
##           master      #95      +/-   ##
==========================================
- Coverage   99.22%   98.89%   -0.33%     
==========================================
  Files           8        8              
  Lines         907      909       +2     
==========================================
- Hits          900      899       -1     
- Misses          7       10       +3     
Files Changed Coverage Δ
htmldate/__init__.py 78.57% <80.00%> (-21.43%) :arrow_down: