jazzband / tablib

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

Fixes #578 - Do not mutate data in place when applying formatters #579

Closed claudep closed 3 months ago

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.65%. Comparing base (4fd9a68) to head (99c8172).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #579 +/- ## ========================================== + Coverage 92.50% 92.65% +0.15% ========================================== Files 28 28 Lines 2949 2955 +6 ========================================== + Hits 2728 2738 +10 + Misses 221 217 -4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

claudep commented 3 months ago

Thanks!