File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -71,21 +71,21 @@ jobs:
71
71
with :
72
72
name : pytest-results-${{matrix.test-type}}
73
73
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 }}
89
89
90
90
build_and_test_package :
91
91
name : Validate building and installing the package
You can’t perform that action at this time.
0 commit comments