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