feat: fixed go test path
All checks were successful
Gitea Build Check / Build (push) Successful in 1m24s
Gitea Build Check / Build (pull_request) Successful in 1m18s

This commit is contained in:
SoXX 2024-07-20 17:39:08 +02:00
parent f16760c748
commit 193e8ab203

View File

@ -24,7 +24,7 @@ jobs:
cache: false
- name: Execute Go Test files with coverage report
run: go test .\pkg\... -json -coverprofile="coverage.out" | tee "test-report.out"
run: go test ./pkg/... -json -coverprofile="coverage.out" | tee "test-report.out"
- name: SonarQube
uses: sonarsource/sonarqube-scan-action@master