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

Python 3.13: Account for dedented docstrings #1315

Merged
merged 1 commit into from
Apr 2, 2024

Python 3.13: Account for dedented docstrings

9fa116b
Select commit
Loading
Failed to load commit list.
Merged

Python 3.13: Account for dedented docstrings #1315

Python 3.13: Account for dedented docstrings
9fa116b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 1, 2024 in 0s

92.23% (-0.03%) compared to e5cd0e8

View this Pull Request on Codecov

92.23% (-0.03%) compared to e5cd0e8

Details

Codecov Report

Attention: Patch coverage is 42.85714% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 92.23%. Comparing base (e5cd0e8) to head (9fa116b).

Files Patch % Lines
nibabel/deprecator.py 42.85% 3 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1315      +/-   ##
==========================================
- Coverage   92.26%   92.23%   -0.03%     
==========================================
  Files          99       99              
  Lines       12472    12479       +7     
  Branches     2566     2568       +2     
==========================================
+ Hits        11507    11510       +3     
- Misses        642      645       +3     
- Partials      323      324       +1     

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