jazzband / tablib

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

Export JSON/YAML as Unicode #484

Closed claudep closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #484 (e107f08) into master (e8f5481) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #484   +/-   ##
=======================================
  Coverage   90.66%   90.66%           
=======================================
  Files          28       28           
  Lines        2613     2615    +2     
=======================================
+ Hits         2369     2371    +2     
  Misses        244      244           
Impacted Files Coverage Δ
src/tablib/formats/_json.py 97.36% <100.00%> (ø)
src/tablib/formats/_yaml.py 100.00% <100.00%> (ø)
tests/test_tablib.py 98.56% <100.00%> (+<0.01%) :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 e8f5481...e107f08. Read the comment docs.