This commit is contained in:
parent
1b1a508aae
commit
bcdde77f21
@ -30,4 +30,7 @@ jobs:
|
|||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
go test -coverprofile=artifacts/coverage.profile ./...
|
go test -coverprofile=artifacts/coverage.profile ./...
|
||||||
|
- name: coverage report
|
||||||
|
run: |
|
||||||
|
cat artifacts/coverage.profile >> $GITEA_STEP_SUMMARY
|
||||||
- run: echo "This job's status is ${{ job.status }}."
|
- run: echo "This job's status is ${{ job.status }}."
|
||||||
|
Loading…
Reference in New Issue
Block a user