summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordvora-h <67596500+dvora-h@users.noreply.github.com>2022-09-21 11:53:16 +0300
committerGitHub <noreply@github.com>2022-09-21 11:53:16 +0300
commit027b452316534d7ba868f3d58cfebc8cf1a9a804 (patch)
tree1b53d495234a4c03c944e1c1a63a55ff41f63260 /.github
parent66c4e600646f37918943dcda4ae9f65cf14781f0 (diff)
downloadredis-py-027b452316534d7ba868f3d58cfebc8cf1a9a804.tar.gz
Add support for new TDIGEST features and changes (#2392)
* Add support to TDIGEST * linters * linters * linters * disable View Test Results in CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/integration.yaml30
1 files changed, 15 insertions, 15 deletions
diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml
index c1110b1..4812f8a 100644
--- a/.github/workflows/integration.yaml
+++ b/.github/workflows/integration.yaml
@@ -71,21 +71,21 @@ jobs:
with:
name: pytest-results-${{matrix.test-type}}
path: '${{matrix.test-type}}*results.xml'
- - name: View Test Results
- uses: dorny/test-reporter@v1
- if: success() || failure()
- with:
- name: Test Results ${{matrix.python-version}} ${{matrix.test-type}}-${{matrix.connection-type}}
- path: '${{matrix.test-type}}*results.xml'
- reporter: java-junit
- 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 }}
+ # - name: View Test Results
+ # uses: dorny/test-reporter@v1
+ # if: success() || failure()
+ # with:
+ # name: Test Results ${{matrix.python-version}} ${{matrix.test-type}}-${{matrix.connection-type}}
+ # path: '${{matrix.test-type}}*results.xml'
+ # reporter: java-junit
+ # 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