Closed targos closed 8 months ago
Attention: 1 lines
in your changes are missing coverage. Please review.
Comparison is base (
395ecee
) 91.54% compared to head (c645b96
) 92.20%.:exclamation: Current head c645b96 differs from pull request most recent head 58b383c. Consider uploading reports for the commit 58b383c to get more accurate results
Files | Patch % | Lines |
---|---|---|
src/helpers/crc.ts | 96.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I'm working on the encoder.
Done. I removed keyword-specific character validation because the spec says that decoders should be lenient: https://www.w3.org/TR/png/#13Text-chunk-processing
Refs: https://github.com/image-js/fast-png/issues/26