feat(tests): Verbose test coverage
All checks were successful
Go-Tests / tests (pull_request) Successful in 1m42s
Go-Tests / sonar (pull_request) Successful in 41s
Go-Tests / tests (push) Successful in 1m40s
Go-Tests / sonar (push) Successful in 50s

This commit is contained in:
2025-09-14 23:43:42 +02:00
parent 03b4d5c714
commit 9472952d65

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