1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@@ -25,6 +25,7 @@ jobs:
|
||||
cat report.xml
|
||||
- name: Test
|
||||
run: go test -short -coverprofile=coverage.out
|
||||
continue-on-error: true
|
||||
- uses: sonarsource/sonarqube-scan-action@master
|
||||
env:
|
||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user