Skip to content

Commit 8ba4bca

Browse files
authored
Merge branch 'develop' into dev-define-engines-abc
2 parents 466d005 + f664f04 commit 8ba4bca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ jobs:
6363
--durations=10 --durations-min=1.0 \
6464
--maxfail=1
6565
- name: Report test coverage to Codecov
66-
uses: codecov/codecov-action@v2
66+
uses: codecov/codecov-action@v4
67+
env:
68+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6769
with:
6870
files: coverage.xml
6971
fail_ci_if_error: false

0 commit comments

Comments
 (0)