Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAINT: New LZW decoding implementation #2887

Merged
merged 14 commits into from
Oct 3, 2024

MAINT: New LZW decoding implementation

a596b02
Select commit
Loading
Failed to load commit list.
Merged

MAINT: New LZW decoding implementation #2887

MAINT: New LZW decoding implementation
a596b02
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Sep 30, 2024 in 1s

96.04% (-0.23%) compared to 8e1799e

View this Pull Request on Codecov

96.04% (-0.23%) compared to 8e1799e

Details

Codecov Report

Attention: Patch coverage is 77.52809% with 20 lines in your changes missing coverage. Please review.

Project coverage is 96.04%. Comparing base (8e1799e) to head (a596b02).

Files with missing lines Patch % Lines
pypdf/_codecs/_codecs.py 77.01% 18 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2887      +/-   ##
==========================================
- Coverage   96.27%   96.04%   -0.23%     
==========================================
  Files          52       52              
  Lines        8689     8716      +27     
  Branches     1733     1737       +4     
==========================================
+ Hits         8365     8371       +6     
- Misses        187      207      +20     
- Partials      137      138       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.