Compare commits
2 Commits
378fa072d8
...
f16760c748
Author | SHA1 | Date | |
---|---|---|---|
f16760c748 | |||
0bd467464a |
@ -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
|
||||
|
@ -1 +1,2 @@
|
||||
sonar.projectKey=Anthrove---e621-sdk
|
||||
sonar.exclusions=example/*
|
Loading…
Reference in New Issue
Block a user