We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5f768e commit c8588ddCopy full SHA for c8588dd
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