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

TST: Increase test coverage #1045

Merged
merged 6 commits into from Jul 3, 2022
Merged

TST: Increase test coverage #1045

merged 6 commits into from Jul 3, 2022

Conversation

MartinThoma
Copy link
Member

@MartinThoma MartinThoma commented Jun 30, 2022

  • Change UserWarning into PdfReadWarning

@codecov
Copy link

codecov bot commented Jun 30, 2022

Codecov Report

Merging #1045 (62be24c) into main (66f00fc) will increase coverage by 0.15%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1045      +/-   ##
==========================================
+ Coverage   89.89%   90.05%   +0.15%     
==========================================
  Files          24       24              
  Lines        4485     4486       +1     
  Branches      916      916              
==========================================
+ Hits         4032     4040       +8     
+ Misses        310      307       -3     
+ Partials      143      139       -4     
Impacted Files Coverage Δ
PyPDF2/_writer.py 88.85% <100.00%> (+0.01%) ⬆️
PyPDF2/generic.py 91.55% <0.00%> (+0.21%) ⬆️
PyPDF2/_reader.py 92.07% <0.00%> (+0.29%) ⬆️
PyPDF2/_page.py 91.45% <0.00%> (+0.51%) ⬆️
PyPDF2/_utils.py 98.76% <0.00%> (+0.61%) ⬆️

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 66f00fc...62be24c. Read the comment docs.

@MartinThoma MartinThoma merged commit 4c43c0e into main Jul 3, 2022
@MartinThoma MartinThoma deleted the test-workflows branch July 3, 2022 14:34
MartinThoma added a commit that referenced this pull request Jul 5, 2022
New Features (ENH):
-  Add PdfReader.xfa attribute (#1026)

Bug Fixes (BUG):
-  Wrong page inserted when PdfMerger.merge is done (#1063)
-  Resolve IndirectObject when it refers to a free entry (#1054)

Developer Experience (DEV):
-  Added {posargs} to tox.ini (#1055)

Maintenance (MAINT):
-  Remove PyPDF2._utils.bytes_type (#1053)

Testing (TST):
-  Scale page (indirect rect object) (#1057)
-  Simplify pathlib PdfReader test (#1056)
-  IndexError of VirtualList (#1052)
-  Invalid XML in xmp information (#1051)
-  No pycryptodome (#1050)
-  Increase test coverage (#1045)

Code Style (STY):
-  DOC of compress_content_streams (#1061)
-  Minimize diff for #879 (#1049)

Full Changelog: 2.4.1...2.4.2
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

1 participant