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

Fix broken test_rotate_page_level #1382

Merged
merged 1 commit into from
Aug 21, 2024
Merged

Conversation

QuLogic
Copy link
Contributor

@QuLogic QuLogic commented Aug 21, 2024

Before 42ff7fc, make_rotate_test always used resources / 'typewriter.png', but after the change the second call accidentally used just resources, which is a directory, and fails to open.

Copy link

codecov bot commented Aug 21, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 89.85%. Comparing base (5e1e249) to head (2fd8dd3).
Report is 1 commits behind head on main.

Files Patch % Lines
tests/test_rotation.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1382      +/-   ##
==========================================
+ Coverage   89.82%   89.85%   +0.02%     
==========================================
  Files          94       94              
  Lines        6938     6938              
  Branches     1261     1261              
==========================================
+ Hits         6232     6234       +2     
+ Misses        496      495       -1     
+ Partials      210      209       -1     

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

Before 42ff7fc, `make_rotate_test`
always used `resources / 'typewriter.png'`, but after the change the
second call accidentally used just `resources`, which is a directory,
and fails to open.
@jbarlow83 jbarlow83 merged commit bb4c47e into ocrmypdf:main Aug 21, 2024
17 of 18 checks passed
@QuLogic QuLogic deleted the fix-test branch August 21, 2024 08:29
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.

2 participants