We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5f768e + c8588dd commit 67b5a66Copy full SHA for 67b5a66
1 file changed
.github/workflows/pythonpackage.yml
@@ -47,13 +47,6 @@ jobs:
47
if: always()
48
with:
49
files: junit/test-results.xml
50
- - name: Upload code coverage results
51
- uses: actions/upload-artifact@v2
52
- with:
53
- name: code-coverage-results
54
- path: htmlcov
55
- # Use always() to always run this step to publish test results when there are test failures
56
- if: ${{ always() }}
57
- name: Upload coverage to Codecov
58
uses: codecov/codecov-action@v2
59
0 commit comments