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

Combine coverage #755

Merged
merged 7 commits into from Apr 15, 2022
Merged

Combine coverage #755

merged 7 commits into from Apr 15, 2022

Conversation

MartinThoma
Copy link
Member

No description provided.

@MartinThoma
Copy link
Member Author

@codecov-commenter
Copy link

codecov-commenter commented Apr 15, 2022

Codecov Report

Merging #755 (5e6409d) into main (01a1242) will decrease coverage by 0.77%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #755      +/-   ##
==========================================
- Coverage   63.41%   62.63%   -0.78%     
==========================================
  Files           9        9              
  Lines        3389     3300      -89     
  Branches      781      779       -2     
==========================================
- Hits         2149     2067      -82     
+ Misses        988      985       -3     
+ Partials      252      248       -4     
Impacted Files Coverage Δ
PyPDF2/xmp.py 39.77% <0.00%> (-6.83%) ⬇️
PyPDF2/generic.py 65.33% <0.00%> (-1.11%) ⬇️
PyPDF2/pdf.py 68.99% <0.00%> (-0.52%) ⬇️
PyPDF2/utils.py 87.29% <0.00%> (-0.14%) ⬇️
PyPDF2/merger.py 59.93% <0.00%> (ø)
PyPDF2/filters.py 22.42% <0.00%> (+0.20%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 01a1242...5e6409d. Read the comment docs.

@MartinThoma MartinThoma merged commit fe45d2e into main Apr 15, 2022
@MartinThoma MartinThoma deleted the codecov-token branch April 15, 2022 06:47
MartinThoma added a commit that referenced this pull request Apr 15, 2022
Security (SEC):

- ContentStream_readInlineImage had potential infinite loop (#740)

Bug fixes (BUG):

- Fix merging encrypted files (#757)
- CCITTFaxDecode decodeParms can be an ArrayObject (#756)

Robustness improvements (ROBUST):

- title sometimes None (#744)

Documentation (DOC):

- Adjust short description of the package

Tests and Test setup (TST):

- Rewrite JS tests from unittest to pytest (#746)
- Increase Test coverage, mainly with filters (#756)
- Add test for inline images (#758)

Developer Experience Improvements (DEV):

- Remove unused Travis-CI configuration (#747)
- Show code coverage (#754, #755)
- Add mutmut (#760)

Miscellaneous:

- STY: Closing file handles, explicit exports, ... (#743)

All changes: 1.27.4...1.27.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants