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

Partially typecheck APIformatting module #598

Merged
merged 10 commits into from
Sep 25, 2024

Use a more specific error type than RuntimeError

b90a10e
Select commit
Loading
Failed to load commit list.
Merged

Partially typecheck APIformatting module #598

Use a more specific error type than RuntimeError
b90a10e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Sep 25, 2024 in 1s

65.47% (-0.19%) compared to 1606dd0

View this Pull Request on Codecov

65.47% (-0.19%) compared to 1606dd0

Details

Codecov Report

Attention: Patch coverage is 60.71429% with 11 lines in your changes missing coverage. Please review.

Project coverage is 65.47%. Comparing base (1606dd0) to head (b90a10e).

Files with missing lines Patch % Lines
icepyx/core/APIformatting.py 56.52% 5 Missing and 5 partials ⚠️
icepyx/core/exceptions.py 80.00% 1 Missing ⚠️
Additional details and impacted files
@@               Coverage Diff               @@
##           development     #598      +/-   ##
===============================================
- Coverage        65.66%   65.47%   -0.19%     
===============================================
  Files               38       38              
  Lines             3122     3134      +12     
  Branches           599      601       +2     
===============================================
+ Hits              2050     2052       +2     
- Misses             984      991       +7     
- Partials            88       91       +3     

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