From ec9bae5d73216f69ea09efc7dc4d26c43c4c2190 Mon Sep 17 00:00:00 2001 From: lillian542 Date: Wed, 10 Apr 2024 16:35:43 -0400 Subject: [PATCH] add codecov token for 1.0 tests one more place --- .github/workflows/tests_qiskit_1.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests_qiskit_1.yml b/.github/workflows/tests_qiskit_1.yml index ebede58d1..103abf4ef 100644 --- a/.github/workflows/tests_qiskit_1.yml +++ b/.github/workflows/tests_qiskit_1.yml @@ -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: