File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 7575 path : coverage
7676
7777 combine-coverage :
78- # needs: test
78+ needs : test
7979 runs-on : ubuntu-latest
8080 name : Combine Coverage Reports
8181 steps :
@@ -102,8 +102,8 @@ jobs:
102102 for i in coverage-*; do cp $i/coverage-final.json ../combine/$i.json; done
103103 cd ..
104104 nyc merge ./combine/ coverage.json
105- ls -l combine/
106- ls -l coverage.json
105+ # ls -l combine/
106+ # ls -l coverage.json
107107 # mkdir -p merged
108108 # ls -l coverage-artifacts/coverage-*/lcov.info
109109 # # find coverage-artifacts -name 'lcov.info' -print -exec cp {} merged/ \;
@@ -112,11 +112,11 @@ jobs:
112112 # # lcov-result-merger merged/*.info > lcov.info
113113 # ls -l lcov.info
114114
115- - name : Upload final result
116- uses : actions/upload-artifact@v4
117- with :
118- name : result
119- path : coverage.json
115+ # - name: Upload final result
116+ # uses: actions/upload-artifact@v4
117+ # with:
118+ # name: result
119+ # path: coverage.json
120120
121121 # - name: Output coverage summary
122122 # run: |
You can’t perform that action at this time.
0 commit comments