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

[WIP] replace new compiler driver by calling compiler-cli using subprocess #1285

Open
wants to merge 40 commits into
base: main
Choose a base branch
from

replace DIALECTS_BUILD_DIR with CATALYST_BIN_DIR

d9d9ad7
Select commit
Loading
Failed to load commit list.
Open

[WIP] replace new compiler driver by calling compiler-cli using subprocess #1285

replace DIALECTS_BUILD_DIR with CATALYST_BIN_DIR
d9d9ad7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 13, 2024 in 0s

98.37% (+0.41%) compared to fb8f93f

View this Pull Request on Codecov

98.37% (+0.41%) compared to fb8f93f

Details

Codecov Report

Attention: Patch coverage is 96.92308% with 2 lines in your changes missing coverage. Please review.

Project coverage is 98.37%. Comparing base (fb8f93f) to head (d9d9ad7).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
frontend/catalyst/compiler.py 96.07% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1285      +/-   ##
==========================================
+ Coverage   97.95%   98.37%   +0.41%     
==========================================
  Files          77       78       +1     
  Lines       11321    11361      +40     
  Branches      982      990       +8     
==========================================
+ Hits        11090    11176      +86     
+ Misses        181      127      -54     
- Partials       50       58       +8     

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