Skip to content

Implement __repr__ for MatchResult #2353

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

Merged
merged 3 commits into from
May 30, 2025

Implement `__repr__` for MatchResult

a2db736
Select commit
Loading
Failed to load commit list.
Merged

Implement __repr__ for MatchResult #2353

Implement `__repr__` for MatchResult
a2db736
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 29, 2025 in 0s

67.56% (-6.39%) compared to 61d4ab5

View this Pull Request on Codecov

67.56% (-6.39%) compared to 61d4ab5

Details

Codecov Report

Attention: Patch coverage is 25.00000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 67.56%. Comparing base (61d4ab5) to head (a2db736).

Files with missing lines Patch % Lines
onnxscript/rewriter/_basics.py 25.00% 3 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (61d4ab5) and HEAD (a2db736). Click for more details.

HEAD has 15 uploads less than BASE
Flag BASE (61d4ab5) HEAD (a2db736)
18 3
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2353      +/-   ##
==========================================
- Coverage   73.94%   67.56%   -6.39%     
==========================================
  Files         243      243              
  Lines       31300    31304       +4     
  Branches     3558     3559       +1     
==========================================
- Hits        23144    21149    -1995     
- Misses       6927     9014    +2087     
+ Partials     1229     1141      -88     

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