summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-12-28 06:41:47 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-12-28 11:24:32 -0500
commitfb5193003b380cc768bbc0035667c4f672ba898d (patch)
treeef4cbfe01332ce93195bc7c80c78bc9a33fa5239 /.github
parentf3238eea7e403d13a217b30579b1a1c2cbff62e3 (diff)
downloadpython-coveragepy-git-fb5193003b380cc768bbc0035667c4f672ba898d.tar.gz
build: no more codecov
Diffstat (limited to '.github')
-rw-r--r--.github/codecov.yml15
-rw-r--r--.github/workflows/coverage.yml5
2 files changed, 0 insertions, 20 deletions
diff --git a/.github/codecov.yml b/.github/codecov.yml
deleted file mode 100644
index dc6cc4cb..00000000
--- a/.github/codecov.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
-# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
-
-coverage:
- status:
- # Codecov shouldn't put red x's on pull requests
- # https://docs.codecov.io/docs/common-recipe-list#set-non-blocking-status-checks
- project:
- default:
- informational: true
- patch:
- default:
- informational: true
-
-comment: false
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: