Skip to content

Commit d9a7b6d

Browse files
committed
enable codecov
1 parent a921477 commit d9a7b6d

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,10 @@ jobs:
5555
env:
5656
PYTEST_ADDOPTS: "-vv --durations=20"
5757
DIFF_AGAINST: HEAD
58-
# - name: Upload coverage to Codecov
59-
# uses: codecov/codecov-action@v5
60-
# if: ${{ success() && matrix.python-version == 3.12 }}
61-
# with:
62-
# env_vars: OS
63-
# name: codecov-pytest-order
58+
- name: Upload coverage to Codecov
59+
uses: codecov/codecov-action@v5
60+
if: ${{ success() && matrix.python-version == 3.12 }}
61+
with:
62+
env_vars: OS
63+
name: codecov-pytest-order
64+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)