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 6b626e1 commit 9c732adCopy full SHA for 9c732ad
.github/workflows/go.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Build
23
run: go build ./cmd/vault-plugin-secrets-gitlab
24
- name: Test
25
- run: go test -cover -coverprofile=coverage.out -tags unit,selfhosted,saas,local ./...
+ run: go test -cover -coverprofile=coverage.out -count 1 -tags unit,selfhosted,saas,local ./...
26
env:
27
GITLAB_SERVICE_ACCOUNT_URL: ${{ vars.GITLAB_SERVICE_ACCOUNT_URL }}
28
- name: Upload coverage reports to Codecov
0 commit comments