feat: fixed go test path
This commit is contained in:
parent
f16760c748
commit
193e8ab203
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user