File tree Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change 46
46
run : cat test-report.md >> $GITHUB_STEP_SUMMARY
47
47
continue-on-error : true
48
48
49
+ - name : Upload test summary report for Linux
50
+ uses : actions/upload-artifact@v4
51
+ with :
52
+ name : linux-report
53
+ path : test-report.md
54
+
49
55
- name : Upload coverage report for Linux
50
56
uses : actions/upload-artifact@v4
51
57
with :
87
93
shell : pwsh
88
94
continue-on-error : true
89
95
96
+ - name : Upload test summary report for Windows
97
+ uses : actions/upload-artifact@v4
98
+ with :
99
+ name : windows-report
100
+ path : test-report.md
101
+
90
102
- name : Upload coverage report for Windows
91
103
uses : actions/upload-artifact@v4
92
104
with :
@@ -149,15 +161,6 @@ jobs:
149
161
name : merge-coverage
150
162
path : merge-coverage.out
151
163
152
- - name : Save summary report to file
153
- run : cat "$GITHUB_STEP_SUMMARY" > summary-report.md
154
-
155
- - name : Upload test summary report
156
- uses : actions/upload-artifact@v4
157
- with :
158
- name : summary-report
159
- path : summary-report.md
160
-
161
164
- name : Update merge coverage report in Wiki
162
165
uses : ncruces/go-coverage-report@v0
163
166
with :
You can’t perform that action at this time.
0 commit comments