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: Reduce usage of b_ #2100

Merged
merged 6 commits into from
Aug 20, 2023

When I know it's utf8-encodable + more than 2chars, I don't need b_

fa29a55
Select commit
Loading
Failed to load commit list.
Merged

MAINT: Reduce usage of b_ #2100

When I know it's utf8-encodable + more than 2chars, I don't need b_
fa29a55
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Aug 19, 2023 in 1s

94.16% (-0.02%) compared to b39ac96

View this Pull Request on Codecov

94.16% (-0.02%) compared to b39ac96

Details

Codecov Report

Patch coverage: 86.95% and project coverage change: -0.02% ⚠️

Comparison is base (b39ac96) 94.17% compared to head (fa29a55) 94.16%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2100      +/-   ##
==========================================
- Coverage   94.17%   94.16%   -0.02%     
==========================================
  Files          41       41              
  Lines        7385     7385              
  Branches     1459     1459              
==========================================
- Hits         6955     6954       -1     
- Misses        267      268       +1     
  Partials      163      163              
Files Changed Coverage Δ
pypdf/filters.py 94.52% <ø> (-0.02%) ⬇️
pypdf/generic/_data_structures.py 92.36% <75.00%> (-0.12%) ⬇️
pypdf/_reader.py 91.71% <100.00%> (ø)
pypdf/_writer.py 87.62% <100.00%> (ø)
pypdf/generic/_base.py 100.00% <100.00%> (ø)

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