Skip to content

Commit 2cb7ffe

Browse files
authored
Specify CODECOV_TOKEN for uploading coverage reports (#6459)
Ref: https://docs.codecov.com/docs/adding-the-codecov-token This should fix `Codecov: Failed to properly create commit` warnings in the CI output.
1 parent ef0137c commit 2cb7ffe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,8 @@ jobs:
226226
run: check/pytest-and-incremental-coverage -n auto --rigetti-integration
227227
- name: Upload coverage reports to Codecov
228228
uses: codecov/codecov-action@v4
229+
env:
230+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
229231
- name: Stop Quil dependencies
230232
run: docker-compose -f cirq-rigetti/docker-compose.test.yaml down
231233
windows:

0 commit comments

Comments
 (0)