Skip to content

Commit c8588dd

Browse files
authored
Remove old way of capturing code coverage
1 parent e5f768e commit c8588dd

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/pythonpackage.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,6 @@ jobs:
4747
if: always()
4848
with:
4949
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() }}
5750
- name: Upload coverage to Codecov
5851
uses: codecov/codecov-action@v2
5952
with:

0 commit comments

Comments
 (0)