We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffe09bc commit a25af23Copy full SHA for a25af23
1 file changed
.github/workflows/pythonpackage.yml
@@ -49,6 +49,7 @@ jobs:
49
files: junit/test-results.xml
50
- name: Upload coverage to Codecov
51
uses: codecov/codecov-action@v2
52
+ if: ${{ (matrix.python-version == '3.8') && (matrix.os == 'ubuntu-latest') }}
53
with:
54
token: ${{ secrets.CODECOV_TOKEN }}
55
directory: .
0 commit comments