image-js / fast-png

PNG image decoder and encoder written entirely in JavaScript
MIT License
329 stars 17 forks source link

refactor: move decode and unfilter methods to separate files #38

Closed targos closed 6 months ago

codecov[bot] commented 6 months ago

Codecov Report

Attention: 19 lines in your changes are missing coverage. Please review.

Comparison is base (98c771e) 91.38% compared to head (7016692) 91.54%. Report is 1 commits behind head on main.

Files Patch % Lines
src/helpers/unfilter.ts 74.07% 14 Missing :warning:
src/helpers/decodeInterlaceNull.ts 89.13% 5 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #38 +/- ## ========================================== + Coverage 91.38% 91.54% +0.16% ========================================== Files 7 9 +2 Lines 418 426 +8 Branches 84 84 ========================================== + Hits 382 390 +8 Misses 36 36 ```

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