feat(tests): Verbose test coverage #170

Merged
metal3d merged 1 commits from fix-test-output into master 2025-09-14 21:47:00 +00:00
Showing only changes of commit 9472952d65 - Show all commits

View File

@@ -34,6 +34,7 @@ jobs:
run: | run: |
go vet ./... go vet ./...
go test -coverprofile=coverprofile.out -json -v ./... > gotest.json go test -coverprofile=coverprofile.out -json -v ./... > gotest.json
go tool cover -func=coverprofile.out
# - uses: actions/upload-artifact@v4 # - uses: actions/upload-artifact@v4
- name: Upload artifact - name: Upload artifact
uses: christopherhx/gitea-upload-artifact@v4 uses: christopherhx/gitea-upload-artifact@v4