Skip to content

Commit

Permalink
Integrate CI with codecov coverage reports (#6193)
Browse files Browse the repository at this point in the history
Fixes #6063
  • Loading branch information
jackreeceejini committed Jul 25, 2023
1 parent 43d0372 commit 76b8a96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -238,6 +238,8 @@ jobs:
run: docker-compose -f cirq-rigetti/docker-compose.test.yaml up -d
- name: Coverage check
run: check/pytest-and-incremental-coverage -n auto --rigetti-integration
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
- name: Stop Quil dependencies
run: docker-compose -f cirq-rigetti/docker-compose.test.yaml down
windows:
Expand Down

0 comments on commit 76b8a96

Please sign in to comment.