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: replace usage of IOError with OSError #163

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

BoboTiG
Copy link
Member

@BoboTiG BoboTiG commented Feb 4, 2025

IOError was merged in OSError since Python 3.3 (https://docs.python.org/3/library/exceptions.html#OSError).

Copy link

codecov bot commented Feb 4, 2025

Codecov Report

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

Project coverage is 91.88%. Comparing base (5dd30fe) to head (deda7ba).
Report is 6 commits behind head on master.

Files with missing lines Patch % Lines
icalevents/icaldownload.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master     #163   +/-   ##
=======================================
  Coverage   91.88%   91.88%           
=======================================
  Files           4        4           
  Lines         382      382           
  Branches       93       93           
=======================================
  Hits          351      351           
  Misses         14       14           
  Partials       17       17           

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

@BoboTiG
Copy link
Member Author

BoboTiG commented Feb 4, 2025

The coverage did not change, weird report 🤔

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