debug generate coverage report
All checks were successful
Declarative Tests / test (push) Successful in 53s
All checks were successful
Declarative Tests / test (push) Successful in 53s
This commit is contained in:
parent
7e5f7411d4
commit
d47cd923f5
@ -32,10 +32,10 @@ jobs:
|
|||||||
go test -coverprofile=artifacts/coverage.profile ./...
|
go test -coverprofile=artifacts/coverage.profile ./...
|
||||||
- name: debug coverage report
|
- name: debug coverage report
|
||||||
run: |
|
run: |
|
||||||
echo $GITEA_STEP_SUMMARY
|
echo $GITHUB_STEP_SUMMARY
|
||||||
cat artifacts/coverage.profile
|
cat artifacts/coverage.profile
|
||||||
- run: echo "This job's status is ${{ job.status }}."
|
- 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 >> $GITHUB_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