TeamGraphix / graphix

measurement-based quantum computing (MBQC) compiler and simulator
https://graphix.readthedocs.io
Apache License 2.0
64 stars 21 forks source link

Improve developer experience #230

Open EarlMilktea opened 3 weeks ago

EarlMilktea commented 3 weeks ago

Description of the change:

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 86.36364% with 6 lines in your changes missing coverage. Please review.

Project coverage is 78.59%. Comparing base (7da2095) to head (86d4e1e).

Files with missing lines Patch % Lines
graphix/gflow.py 50.00% 3 Missing :warning:
graphix/pattern.py 75.00% 2 Missing :warning:
graphix/device_interface.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #230 +/- ## ========================================== - Coverage 78.99% 78.59% -0.40% ========================================== Files 40 40 Lines 6113 5976 -137 ========================================== - Hits 4829 4697 -132 + Misses 1284 1279 -5 ```

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

EarlMilktea commented 3 weeks ago

CONTRIBUTING.md is already updated to use pre-commit instead of ruff (may need to add more though).

EarlMilktea commented 2 weeks ago

@thierry-martinez