Skip to content

Commit 67b5a66

Browse files
authored
Merge pull request #269 from interpretml/gaugup/REmoveOldCodeCoverage
Remove old way of capturing code coverage
2 parents e5f768e + c8588dd commit 67b5a66

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)