Compare commits

..

2 Commits

Author SHA1 Message Date
f16760c748 feat: fixed example folder
Some checks failed
Gitea Build Check / Build (push) Failing after 6s
2024-07-20 17:36:08 +02:00
0bd467464a feat: fixed go test path 2024-07-20 17:35:28 +02:00
2 changed files with 3 additions and 2 deletions

View File

@ -24,7 +24,7 @@ jobs:
cache: false
- name: Execute Go Test files with coverage report
run: TESTCONTAINERS_RYUK_DISABLED=true go test -v ./... -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

View File

@ -1 +1,2 @@
sonar.projectKey=Anthrove---e621-sdk
sonar.projectKey=Anthrove---e621-sdk
sonar.exclusions=example/*