summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAarni Koskela <akx@iki.fi>2022-09-21 16:16:44 +0300
committerGitHub <noreply@github.com>2022-09-21 16:16:44 +0300
commit947b8e8595e3aff4aeb3eb3ebbe56b86fb5e76fb (patch)
tree3525b36ef636edba5da93d4b75ddd579ef7cc76a
parent027b452316534d7ba868f3d58cfebc8cf1a9a804 (diff)
downloadredis-py-947b8e8595e3aff4aeb3eb3ebbe56b86fb5e76fb.tar.gz
Reinstate codecov in CI (removed in #2392) (#2394)
Since this is a public project, the token shouldn't be necessary
-rw-r--r--.github/workflows/integration.yaml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml
index 4812f8a..1089b27 100644
--- a/.github/workflows/integration.yaml
+++ b/.github/workflows/integration.yaml
@@ -71,6 +71,10 @@ jobs:
with:
name: pytest-results-${{matrix.test-type}}
path: '${{matrix.test-type}}*results.xml'
+ - name: Upload codecov coverage
+ uses: codecov/codecov-action@v3
+ with:
+ fail_ci_if_error: false
# - name: View Test Results
# uses: dorny/test-reporter@v1
# if: success() || failure()
@@ -81,11 +85,6 @@ jobs:
# list-suites: failed
# list-tests: failed
# max-annotations: 10
- # - name: Upload codecov coverage
- # uses: codecov/codecov-action@v2
- # with:
- # fail_ci_if_error: false
- # token: ${{ secrets.CODECOV_TOKEN }}
build_and_test_package:
name: Validate building and installing the package