revert-54069ad305 #11

Closed
bagas wants to merge 217 commits from revert-54069ad305 into main
3 changed files with 13 additions and 1007 deletions
Showing only changes of commit 7e635721fb - Show all commits
+12
View File
@@ -13,6 +13,18 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: '1.25.5'
- name: Install dependencies
run: go mod tidy
- name: Run tests with coverage
run: go test ./... -coverprofile=coverage
- name: SonarQube Scan - name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@v7.0.0 uses: SonarSource/sonarqube-scan-action@v7.0.0
env: env:
-1006
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,3 +1,3 @@
sonar.projectKey=tunnel-please sonar.projectKey=tunnel-please
sonar.go.coverage.reportPaths=coverage sonar.go.coverage.reportPaths=coverage
sonar.tests.inclusions=**/*_test.go sonar.test.inclusions=**/*_test.go