diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2021-12-28 06:41:47 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-12-28 11:24:32 -0500 |
| commit | fb5193003b380cc768bbc0035667c4f672ba898d (patch) | |
| tree | ef4cbfe01332ce93195bc7c80c78bc9a33fa5239 /.github/workflows | |
| parent | f3238eea7e403d13a217b30579b1a1c2cbff62e3 (diff) | |
| download | python-coveragepy-git-fb5193003b380cc768bbc0035667c4f672ba898d.tar.gz | |
build: no more codecov
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/coverage.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 8ab96b8e..0a3fba69 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -128,11 +128,6 @@ jobs: python -m coverage json echo "::set-output name=total::$(python -c "import json;print(json.load(open('coverage.json'))['totals']['percent_covered_display'])")" - - name: "Upload to codecov" - uses: codecov/codecov-action@v1 - with: - file: coverage.xml - - name: "Upload HTML report" uses: actions/upload-artifact@v2 with: |
