Closed pavoljuhas closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.82%. Comparing base (
c58a05c
) to head (facd1df
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
setup.py files define distributions of cirq and cirq subpackages. There is no much value to enforce type annotations in their code.
Also clean up ineffective exclusion pattern for cirq-rigetti (related to #6661).
Fixes #6687