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

Remove needless custom implementation of None.infix== #1565

Merged
merged 3 commits into from
Aug 22, 2024

Test equality between instances of 'None'

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

Remove needless custom implementation of None.infix== #1565

Test equality between instances of 'None'
9fdd999
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 22, 2024 in 1s

87.66% (+0.01%) compared to 0392eff

View this Pull Request on Codecov

87.66% (+0.01%) compared to 0392eff

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.66%. Comparing base (0392eff) to head (9fdd999).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1565      +/-   ##
==========================================
+ Coverage   87.64%   87.66%   +0.01%     
==========================================
  Files         373      373              
  Lines       22614    22620       +6     
==========================================
+ Hits        19821    19829       +8     
+ Misses       2793     2791       -2     

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