We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f9e557 commit d763ebeCopy full SHA for d763ebe
.github/workflows/tag.yaml
@@ -13,6 +13,8 @@ jobs:
13
steps:
14
- name: Checkout
15
uses: actions/checkout@v6
16
+ with:
17
+ fetch-depth: 0
18
19
- name: Set up Go
20
uses: actions/setup-go@v6
@@ -33,5 +35,6 @@ jobs:
33
35
-Dsonar.host.url=https://sonarcloud.io
34
36
-Dsonar.sources=.
37
-Dsonar.tests=.
38
+ -Dsonar.exclusions=**/.github/workflows/**
39
-Dsonar.test.inclusions=**/*_test.go
40
-Dsonar.go.coverage.reportPaths=coverage.out
0 commit comments