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

View File

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