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

This commit is contained in:
Matthew Rich 2024-03-23 17:54:55 -07:00
parent da8f89fea3
commit 0f82fde55d

View File

@ -35,7 +35,7 @@ jobs:
run: |
go tool cover -html=artifacts/coverage.profile -o artifacts/code-coverage.html
- name: Archive code coverage results
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: code-coverage-report
path: artifacts/code-coverage.html