osiegmar / FastCSV

CSV library for Java that is fast, RFC-compliant and dependency-free.
https://fastcsv.org/
MIT License
542 stars 93 forks source link

Add limits overriding with system properties #112

Closed Obolrom closed 4 months ago

Obolrom commented 4 months ago

This PR relates to Issue: #104

Proposed Changes

osiegmar commented 4 months ago

Thanks for contributing to FastCSV! Please add tests.

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 98.34%. Comparing base (b648663) to head (7f0b9db).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #112 +/- ## ============================================ + Coverage 98.32% 98.34% +0.01% - Complexity 390 393 +3 ============================================ Files 31 32 +1 Lines 1136 1145 +9 Branches 160 161 +1 ============================================ + Hits 1117 1126 +9 Misses 9 9 Partials 10 10 ```

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

osiegmar commented 4 months ago

Thank you!