File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3333 go test ./... -run=^Test_U_ -coverprofile=unit.cov
3434
3535 - name : Upload unit tests coverage
36- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
36+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
3737 with :
3838 name : unit.cov
3939 path : unit.cov
Original file line number Diff line number Diff line change 9595 sed -i 's|^/home/runner/work/ctfer/ctfer|github.com/ctfer-io/ctfer|' smoke.cov
9696
9797 - name : Upload smoke tests coverage
98- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
98+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
9999 with :
100100 name : smoke.cov
101101 path : smoke.cov
You can’t perform that action at this time.
0 commit comments