debug generate coverage report
Some checks failed
Declarative Tests / test (push) Failing after 49s

This commit is contained in:
Matthew Rich 2024-03-23 13:43:24 -07:00
parent bcdde77f21
commit 7e5f7411d4

View File

@ -30,6 +30,11 @@ jobs:
- name: Run tests
run: |
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
run: |
cat artifacts/coverage.profile >> $GITEA_STEP_SUMMARY