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

DEV: Fix type annotations for add_bookmarks #1000

Merged
merged 2 commits into from Jun 16, 2022
Merged

DEV: Fix type annotations for add_bookmarks #1000

merged 2 commits into from Jun 16, 2022

Conversation

MartinThoma
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Jun 16, 2022

Codecov Report

Merging #1000 (d37a212) into main (faebc9d) will increase coverage by 0.04%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1000      +/-   ##
==========================================
+ Coverage   87.55%   87.60%   +0.04%     
==========================================
  Files          18       18              
  Lines        4113     4113              
  Branches      870      870              
==========================================
+ Hits         3601     3603       +2     
+ Misses        337      335       -2     
  Partials      175      175              
Impacted Files Coverage Δ
PyPDF2/_merger.py 70.38% <ø> (+0.69%) ⬆️
PyPDF2/_writer.py 88.20% <ø> (ø)
PyPDF2/generic.py 91.10% <100.00%> (ø)
PyPDF2/types.py 100.00% <100.00%> (ø)

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 faebc9d...d37a212. Read the comment docs.

@MartinThoma MartinThoma marked this pull request as ready for review June 16, 2022 14:55
@MartinThoma MartinThoma merged commit 1ccf484 into main Jun 16, 2022
@MartinThoma MartinThoma deleted the add-bookmark branch June 16, 2022 14:55
MartinThoma added a commit that referenced this pull request Jun 17, 2022
Performance Improvements (PI):
-  Remove b_ calls (#992, #986)
-  Apply improvements to _utils suggested by perflint (#993)

Robustness (ROB):
-  utf-16-be\' codec can\'t decode (...) (#995)

Documentation (DOC):
-  Remove reference to Scripts (#987)

Developer Experience (DEV):
-  Fix type annotations for add_bookmarks (#1000)

Testing (TST):
-  Add test for PdfMerger (#1001)
-  Add tests for XMP information (#996)
-  reader.get_fields / zlib issue / LZW decode issue (#1004)
-  reader.get_fields with report generation (#1002)
-  Improve test coverage by extracting texts (#998)

Code Style (STY):
-  Apply fixes suggested by pylint (#999)

Full Changelog: 2.2.0...2.2.1
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