debug generate coverage report
All checks were successful
Declarative Tests / test (push) Successful in 52s
All checks were successful
Declarative Tests / test (push) Successful in 52s
This commit is contained in:
parent
da8f89fea3
commit
0f82fde55d
@ -35,7 +35,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
go tool cover -html=artifacts/coverage.profile -o artifacts/code-coverage.html
|
go tool cover -html=artifacts/coverage.profile -o artifacts/code-coverage.html
|
||||||
- name: Archive code coverage results
|
- name: Archive code coverage results
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: code-coverage-report
|
name: code-coverage-report
|
||||||
path: artifacts/code-coverage.html
|
path: artifacts/code-coverage.html
|
||||||
|
Loading…
Reference in New Issue
Block a user