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

feat: Automatically add the custom op's extension to its 'runtime_reqs' set #1787

Merged
merged 2 commits into from
Dec 16, 2024

validate custom ops without self extension as runtime_req

861183e
Select commit
Loading
Failed to load commit list.
Merged

feat: Automatically add the custom op's extension to its 'runtime_reqs' set #1787

validate custom ops without self extension as runtime_req
861183e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 16, 2024 in 0s

86.52% (+0.00%) compared to 7cf7bb6

View this Pull Request on Codecov

86.52% (+0.00%) compared to 7cf7bb6

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.52%. Comparing base (7cf7bb6) to head (861183e).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1787   +/-   ##
=======================================
  Coverage   86.52%   86.52%           
=======================================
  Files         188      188           
  Lines       34203    34204    +1     
  Branches    31076    31075    -1     
=======================================
+ Hits        29595    29596    +1     
  Misses       2923     2923           
  Partials     1685     1685           

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