summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorChayim <chayim@users.noreply.github.com>2021-10-26 12:25:59 +0300
committerGitHub <noreply@github.com>2021-10-26 12:25:59 +0300
commit2b0a1e72b82b1706ae8f9939dab0ddd62efe413f (patch)
tree6d9f09197fa25a1c4a8144793561d681dda36d00 /.github
parent20f71abcbf9af4d628c2e1ae1ad07457f8f31bef (diff)
downloadredis-py-2b0a1e72b82b1706ae8f9939dab0ddd62efe413f.tar.gz
re-enabling codecov as part of CI process (#1646)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/integration.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml
index 2618c33..45254d0 100644
--- a/.github/workflows/integration.yaml
+++ b/.github/workflows/integration.yaml
@@ -6,11 +6,6 @@ on:
- 'docs/**'
- '**/*.rst'
- '**/*.md'
- pull_request:
- paths-ignore:
- - 'docs/**'
- - '**/*.rst'
- - '**/*.md'
jobs:
@@ -47,6 +42,11 @@ jobs:
run: |
pip install -r dev_requirements.txt
invoke tests
+ - name: Upload codecov coverage
+ uses: codecov/codecov-action@v2
+ with:
+ fail_ci_if_error: false
+ token: ${{ secrets.CODECOV_TOKEN }}
build_package:
name: Validate building and installing the package