quantumlib / Cirq

A Python framework for creating, editing, and invoking Noisy Intermediate Scale Quantum (NISQ) circuits.
Apache License 2.0
4.24k stars 1.01k forks source link

Specify CODECOV_TOKEN for uploading coverage reports #6459

Closed pavoljuhas closed 7 months ago

pavoljuhas commented 7 months ago

Ref: https://docs.codecov.com/docs/adding-the-codecov-token

This should fix Codecov: Failed to properly create commit warnings in the CI output.

pavoljuhas commented 7 months ago

Example CI warning: https://github.com/quantumlib/Cirq/actions/runs/7876429575

codecov[bot] commented 7 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (f2c6f3c) 97.81% compared to head (c208096) 97.82%. Report is 7 commits behind head on main.

Files Patch % Lines
cirq-core/cirq/experiments/two_qubit_xeb.py 98.86% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #6459 +/- ## ======================================== Coverage 97.81% 97.82% ======================================== Files 1111 1115 +4 Lines 97198 97337 +139 ======================================== + Hits 95078 95216 +138 - Misses 2120 2121 +1 ```

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