catalyst icon indicating copy to clipboard operation
catalyst copied to clipboard

Try wheel build

Open rashidnhm opened this issue 1 year ago • 1 comments

Before submitting

Please complete the following checklist when submitting a PR:

  • [ ] All new functions and code must be clearly commented and documented.

  • [ ] Ensure that code is properly formatted by running make format. The latest version of black and clang-format-14 are used in CI/CD to check formatting.

  • [ ] All new features must include a unit test. Integration and frontend tests should be added to frontend/test, Quantum dialect and MLIR tests should be added to mlir/test, and Runtime tests should be added to runtime/tests.

When all the above are checked, delete everything above the dashed line and fill in the pull request template.


Context:

Description of the Change:

Benefits:

Possible Drawbacks:

Related GitHub Issues:

rashidnhm avatar Apr 08 '24 14:04 rashidnhm

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.41%. Comparing base (9f84618) to head (efa4921). Report is 371 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #646   +/-   ##
=======================================
  Coverage   99.41%   99.41%           
=======================================
  Files          54       55    +1     
  Lines        9053     9109   +56     
  Branches      684      694   +10     
=======================================
+ Hits         9000     9056   +56     
  Misses         28       28           
  Partials       25       25           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Apr 08 '24 16:04 codecov[bot]

I'm guessing this no longer serves a purpose, but feel free to reopen if so :)

dime10 avatar Jul 12 '24 14:07 dime10