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

This commit is contained in:
Matthew Rich 2024-03-23 13:11:53 -07:00
parent 1b1a508aae
commit bcdde77f21

View File

@ -30,4 +30,7 @@ jobs:
- name: Run tests - name: Run tests
run: | run: |
go test -coverprofile=artifacts/coverage.profile ./... go test -coverprofile=artifacts/coverage.profile ./...
- name: coverage report
run: |
cat artifacts/coverage.profile >> $GITEA_STEP_SUMMARY
- run: echo "This job's status is ${{ job.status }}." - run: echo "This job's status is ${{ job.status }}."