We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af61ea0 commit c9f4785Copy full SHA for c9f4785
.github/workflows/tests.yml
@@ -56,7 +56,7 @@ jobs:
56
57
- name: Upload coverage to Codecov
58
uses: codecov/codecov-action@v5
59
- if: ${{ success() && matrix.python-version == 3.12 }}
+ if: ${{ success() && matrix.python-version == '3.12' }}
60
with:
61
env_vars: OS
62
name: codecov-pytest-order
0 commit comments