debug generate coverage report
All checks were successful
Declarative Tests / test (push) Successful in 53s

This commit is contained in:
Matthew Rich 2024-03-23 16:55:08 -07:00
parent 7e5f7411d4
commit d47cd923f5

View File

@ -32,10 +32,10 @@ jobs:
go test -coverprofile=artifacts/coverage.profile ./...
- name: debug coverage report
run: |
echo $GITEA_STEP_SUMMARY
echo $GITHUB_STEP_SUMMARY
cat artifacts/coverage.profile
- run: echo "This job's status is ${{ job.status }}."
- name: coverage report
run: |
cat artifacts/coverage.profile >> $GITEA_STEP_SUMMARY
cat artifacts/coverage.profile >> $GITHUB_STEP_SUMMARY
- run: echo "This job's status is ${{ job.status }}."