BREAKING CHANGE: V2 of thr SDK #12
@ -28,7 +28,7 @@ jobs:
|
||||
cache: true # optional
|
||||
|
||||
- name: Execute Go Test files with coverage report
|
||||
run: go test -v ./... -json -coverprofile="coverage.out" > "test-report.out"
|
||||
run: go test -v ./... -json -coverprofile="coverage.out" | tee "test-report.out"
|
||||
|
||||
- uses: sonarsource/sonarqube-scan-action@master
|
||||
env:
|
||||
|
Reference in New Issue
Block a user