We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a921477 commit d9a7b6dCopy full SHA for d9a7b6d
.github/workflows/tests.yml
@@ -55,9 +55,10 @@ jobs:
55
env:
56
PYTEST_ADDOPTS: "-vv --durations=20"
57
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
+ - name: Upload coverage to Codecov
+ uses: codecov/codecov-action@v5
+ if: ${{ success() && matrix.python-version == 3.12 }}
+ with:
+ env_vars: OS
+ name: codecov-pytest-order
64
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments