We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f492b75 commit 83f857cCopy full SHA for 83f857c
.github/workflows/ci.yml
@@ -53,7 +53,7 @@ jobs:
53
token: ${{ secrets.CODECOV_TOKEN }}
54
55
- name: Upload coverage to Codecov
56
- #if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'
+ if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'
57
uses: codecov/codecov-action@v5
58
with:
59
0 commit comments