jazzband / tablib

Python Module for Tabular Datasets in XLS, CSV, JSON, YAML, &c.
https://tablib.readthedocs.io/
MIT License
4.59k stars 590 forks source link

Refs #373 - Import dates from xls files as Python datetime objects #463

Closed claudep closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #463 into master will increase coverage by 0.00%. The diff coverage is 91.66%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #463   +/-   ##
=======================================
  Coverage   90.42%   90.42%           
=======================================
  Files          28       28           
  Lines        2589     2601   +12     
=======================================
+ Hits         2341     2352   +11     
- Misses        248      249    +1     
Impacted Files Coverage Δ
tests/test_tablib.py 98.52% <100.00%> (+<0.01%) :arrow_up:
src/tablib/formats/_xls.py 84.78% <85.71%> (+0.07%) :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 a442758...5f54fe3. Read the comment docs.