We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bca9260 commit a0da778Copy full SHA for a0da778
.github/workflows/BuildApp.yaml
@@ -31,7 +31,7 @@ jobs:
31
- name: Build And Test
32
shell: bash
33
run: |
34
- go test -race -short -cover ./internal/... -coverprofile=coverage.out
+ go test -short -cover ./internal/... -coverprofile=coverage.out
35
36
- name: SonarCloud Scan
37
uses: SonarSource/sonarcloud-github-action@master
0 commit comments