File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -237,15 +237,14 @@ jobs:
237
237
run : |
238
238
export GOCOVERDIR=./coverdir
239
239
./cmd/caddy/caddy stop
240
- go tool covdata textfmt -i=coverdir -o hurl-report/cover-profile .txt
241
- go tool cover -html hurl-report/cover-profile. txt -o hurl-report/cover .html
240
+ go tool covdata textfmt -i=coverdir -o hurl-report/caddy_cover_${{ steps.vars.outputs.short_sha }} .txt
241
+ go tool cover -html hurl-report/caddy_cover_${{ steps.vars.outputs.short_sha }}. txt -o hurl-report/caddy_cover_${{ steps.vars.outputs.short_sha }} .html
242
242
243
243
244
244
- name : Publish Coverage Profile
245
245
uses : actions/upload-artifact@v4
246
246
with :
247
- name : caddy_cover_${{ steps.vars.outputs.short_sha }}.html
248
- path : " ./hurl-report/cover.html"
247
+ path : hurl-report/caddy_cover_${{ steps.vars.outputs.short_sha }}.*
249
248
compression-level : 0
250
249
251
250
s390x-test :
You can’t perform that action at this time.
0 commit comments