Compare commits

..

No commits in common. "f16760c7484d96de86f165de33387342df5758d0" and "378fa072d820199e93c826465918a054bd095565" have entirely different histories.

2 changed files with 2 additions and 3 deletions

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: TESTCONTAINERS_RYUK_DISABLED=true go test -v ./... -json -coverprofile="coverage.out" | tee "test-report.out"
- name: SonarQube
uses: sonarsource/sonarqube-scan-action@master

View File

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