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: Add Test for ASCII85Decode #825

Merged
merged 3 commits into from
Apr 26, 2022
Merged

TST: Add Test for ASCII85Decode #825

merged 3 commits into from
Apr 26, 2022

Conversation

MartinThoma
Copy link
Member

Full credit to
6dc90b1

Co-authored-by: Acsor nildexo@yandex.com

@codecov
Copy link

codecov bot commented Apr 26, 2022

Codecov Report

Merging #825 (a103b2b) into main (963b251) will increase coverage by 0.04%.
The diff coverage is 81.81%.

@@            Coverage Diff             @@
##             main     #825      +/-   ##
==========================================
+ Coverage   76.01%   76.05%   +0.04%     
==========================================
  Files          12       12              
  Lines        3565     3567       +2     
  Branches      823      824       +1     
==========================================
+ Hits         2710     2713       +3     
  Misses        638      638              
+ Partials      217      216       -1     
Impacted Files Coverage Δ
PyPDF2/filters.py 65.33% <81.81%> (+0.45%) ⬆️

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 963b251...a103b2b. Read the comment docs.

@MartinThoma MartinThoma merged commit 96d8d0f into main Apr 26, 2022
@MartinThoma MartinThoma deleted the test-ASCII85Decode branch April 26, 2022 16:20
MartinThoma added a commit that referenced this pull request Apr 28, 2022
Full credit to
6dc90b1

Co-authored-by: Acsor <nildexo@yandex.com>
VictorCarlquist pushed a commit to VictorCarlquist/PyPDF2 that referenced this pull request Apr 29, 2022
Full credit to
py-pdf@6dc90b1

Co-authored-by: Acsor <nildexo@yandex.com>
MartinThoma added a commit that referenced this pull request May 1, 2022
Robustness (ROB):
-  Handle missing destinations in reader (#840)
-  warn-only in readStringFromStream (#837)
-  Fix corruption in startxref or xref table (#788 and #830)

Documentation (DOC):
-  Project Governance (#799)
-  History of PyPDF2
-  PDF feature/version support (#816)
-  More details on text parsing issues (#815)

Developer Experience (DEV):
-  Add benchmark command to Makefile
-  Ignore IronPython parts for code coverage (#826)

Maintenance (MAINT):
-  Split pdf module (#836)
-  Separated CCITTFax param parsing/decoding (#841)
-  Update requirements files

Testing (TST):
-  Use external repository for larger/more PDFs for testing (#820)
-  Swap incorrect test names (#838)
-  Add test for PdfFileReader and page properties (#835)
-  Add tests for PyPDF2.generic (#831)
-  Add tests for utils, form fields, PageRange (#827)
-  Add test for ASCII85Decode (#825)
-  Add test for FlateDecode (#823)
-  Add test for filters.ASCIIHexDecode (#822)

Code Style (STY):
-  Apply pre-commit (black, isort) + use snake_case variables (#832)
-  Remove debug code (#828)
-  Documentation, Variable names (#839)

Full Changelog: 1.27.9...1.27.10
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.

1 participant