Skip to content

Commit

Permalink
Specify CODECOV_TOKEN for uploading coverage reports (#6459)
Browse files Browse the repository at this point in the history
Ref: https://docs.codecov.com/docs/adding-the-codecov-token

This should fix `Codecov: Failed to properly create commit`
warnings in the CI output.
  • Loading branch information
pavoljuhas authored Feb 12, 2024
1 parent ef0137c commit 2cb7ffe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,8 @@ jobs:
run: check/pytest-and-incremental-coverage -n auto --rigetti-integration
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Stop Quil dependencies
run: docker-compose -f cirq-rigetti/docker-compose.test.yaml down
windows:
Expand Down

0 comments on commit 2cb7ffe

Please sign in to comment.