Skip to content

Commit

Permalink
add codecov token for 1.0 tests one more place
Browse files Browse the repository at this point in the history
  • Loading branch information
lillian542 committed Apr 10, 2024
1 parent 1feb916 commit ec9bae5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests_qiskit_1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ jobs:
run: python -m pytest tests -k 'not test_ibmq.py and not test_runtime.py' --cov=pennylane_qiskit --cov-report=term-missing --cov-report=xml -p no:warnings --tb=native

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.codecov_token }}
file: ./coverage.xml

integration-tests:
Expand Down

0 comments on commit ec9bae5

Please sign in to comment.