staging #77

Merged
bagas merged 48 commits from staging into main 2026-01-27 18:08:36 +07:00
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
with:
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
uses: SonarSource/sonarqube-scan-action@v7.0.0
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.go.coverage.reportPaths=coverage
sonar.tests.inclusions=**/*_test.go
sonar.test.inclusions=**/*_test.go