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 68d1596 commit ee73177Copy full SHA for ee73177
.github/workflows/test_and_publish.yml
@@ -30,6 +30,7 @@ jobs:
30
- name: Test with pytest
31
run: pytest tests --cov=dython --cov-branch --cov-report=xml
32
- name: Upload coverage artifact
33
+ if: matrix.version == '3.14' && matrix.platform == 'ubuntu-latest'
34
uses: actions/upload-artifact@v4
35
with:
36
name: coverage-report
0 commit comments