Fixed Module Path & added CI #1

Merged
SoXX merged 5 commits from dev/fix-modules into main 2024-07-20 15:59:15 +00:00
Showing only changes of commit 193e8ab203 - Show all commits

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