File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -74,16 +74,17 @@ jobs:
74
74
- uses : codecov/codecov-action@v3
75
75
with :
76
76
fail_ci_if_error : false
77
- # - name: View Test Results
78
- # uses: dorny/test-reporter@v1
79
- # if: success() || failure()
80
- # with:
81
- # name: Test Results ${{matrix.python-version}} ${{matrix.test-type}}-${{matrix.connection-type}}
82
- # path: '${{matrix.test-type}}*results.xml'
83
- # reporter: java-junit
84
- # list-suites: failed
85
- # list-tests: failed
86
- # max-annotations: 10
77
+ - name : View Test Results
78
+ uses : dorny/test-reporter@v1
79
+ if : success() || failure()
80
+ with :
81
+ name : Test Results ${{matrix.python-version}} ${{matrix.test-type}}-${{matrix.connection-type}}
82
+ path : ' ${{matrix.test-type}}*results.xml'
83
+ reporter : java-junit
84
+ list-suites : failed
85
+ list-tests : failed
86
+ max-annotations : 10
87
+ fail-on-error : false
87
88
88
89
build_and_test_package :
89
90
name : Validate building and installing the package
You can’t perform that action at this time.
0 commit comments