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 01fa9af commit e8d0276Copy full SHA for e8d0276
.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 -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