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

This commit is contained in:
Matthew Rich 2024-03-23 17:15:32 -07:00
parent 20a26f7a6f
commit ec5118279d

View File

@ -34,5 +34,5 @@ jobs:
- name: coverage report
run: |
go tool cover -html=artifacts/coverage.profile -o artifacts/coverage.html
cat artifacts/coverage.html >> $GITHUB_STEP_SUMMARY
cat artifacts/coverage.html
- run: echo "This job's status is ${{ job.status }}."