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

ENH: Add += and -= operators to ArrayObject #2510

Merged
merged 4 commits into from
Mar 10, 2024

typing.Self is only available starting with Python 3.11

028a910
Select commit
Loading
Failed to load commit list.
Merged

ENH: Add += and -= operators to ArrayObject #2510

typing.Self is only available starting with Python 3.11
028a910
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 10, 2024 in 0s

94.53% (+0.02%) compared to f432687

View this Pull Request on Codecov

94.53% (+0.02%) compared to f432687

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.53%. Comparing base (f432687) to head (028a910).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2510      +/-   ##
==========================================
+ Coverage   94.51%   94.53%   +0.02%     
==========================================
  Files          49       49              
  Lines        8131     8163      +32     
  Branches     1650     1657       +7     
==========================================
+ Hits         7685     7717      +32     
  Misses        276      276              
  Partials      170      170              

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