We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 597c317 + ca7b8a8 commit 49dab2aCopy full SHA for 49dab2a
1 file changed
.github/workflows/pythonpackage.yml
@@ -44,11 +44,12 @@ jobs:
44
pytest tests/ --durations=10 --doctest-modules --junitxml=junit/test-results.xml --cov=dice_ml --cov-report=xml --cov-report=html
45
- name: Publish Unit Test Results
46
uses: EnricoMi/publish-unit-test-result-action/composite@v1
47
- if: always()
+ if: ${{ (matrix.python-version == '3.8') && (matrix.os == 'ubuntu-latest') }}
48
with:
49
files: junit/test-results.xml
50
- name: Upload coverage to Codecov
51
uses: codecov/codecov-action@v2
52
53
54
token: ${{ secrets.CODECOV_TOKEN }}
55
directory: .
0 commit comments