CQCL / guppylang

Pythonic quantum-classical programming language
https://pypi.org/project/guppylang
Apache License 2.0
33 stars 3 forks source link

feat: Update statement checker to use new diagnostics #621

Closed mark-koch closed 2 weeks ago

mark-koch commented 2 weeks ago

Closes #540

codecov-commenter commented 2 weeks ago

Codecov Report

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

Project coverage is 92.20%. Comparing base (08af12c) to head (0fbaf77).

Files with missing lines Patch % Lines
guppylang/checker/stmt_checker.py 85.71% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## feat/diagnostics #621 +/- ## ==================================================== + Coverage 92.18% 92.20% +0.02% ==================================================== Files 65 64 -1 Lines 7201 7060 -141 ==================================================== - Hits 6638 6510 -128 + Misses 563 550 -13 ```

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