Skip to content

Commit 321c57f

Browse files
committed
disable View Test Results in CI
1 parent 84545a8 commit 321c57f

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/integration.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -71,21 +71,21 @@ jobs:
7171
with:
7272
name: pytest-results-${{matrix.test-type}}
7373
path: '${{matrix.test-type}}*results.xml'
74-
- name: View Test Results
75-
uses: dorny/test-reporter@v1
76-
if: success() || failure()
77-
with:
78-
name: Test Results ${{matrix.python-version}} ${{matrix.test-type}}-${{matrix.connection-type}}
79-
path: '${{matrix.test-type}}*results.xml'
80-
reporter: java-junit
81-
list-suites: failed
82-
list-tests: failed
83-
max-annotations: 10
84-
- name: Upload codecov coverage
85-
uses: codecov/codecov-action@v2
86-
with:
87-
fail_ci_if_error: false
88-
token: ${{ secrets.CODECOV_TOKEN }}
74+
# - name: View Test Results
75+
# uses: dorny/test-reporter@v1
76+
# if: success() || failure()
77+
# with:
78+
# name: Test Results ${{matrix.python-version}} ${{matrix.test-type}}-${{matrix.connection-type}}
79+
# path: '${{matrix.test-type}}*results.xml'
80+
# reporter: java-junit
81+
# list-suites: failed
82+
# list-tests: failed
83+
# max-annotations: 10
84+
# - name: Upload codecov coverage
85+
# uses: codecov/codecov-action@v2
86+
# with:
87+
# fail_ci_if_error: false
88+
# token: ${{ secrets.CODECOV_TOKEN }}
8989

9090
build_and_test_package:
9191
name: Validate building and installing the package

0 commit comments

Comments
 (0)