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
118 stars 26 forks source link

use fromisoformat backport for Python versions < 3.11 #88

Closed adbar closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #88 (2bc4fb9) into master (81ee07d) will increase coverage by 0.32%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #88      +/-   ##
==========================================
+ Coverage   98.90%   99.22%   +0.32%     
==========================================
  Files           8        8              
  Lines         910      909       -1     
==========================================
+ Hits          900      902       +2     
+ Misses         10        7       -3     
Files Changed Coverage Δ
htmldate/__init__.py 100.00% <100.00%> (+21.42%) :arrow_up: