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 e288491 commit 959a2e0Copy full SHA for 959a2e0
.github/workflows/container.yml
@@ -53,7 +53,7 @@ jobs:
53
run: go mod download
54
55
- name: Run unit tests
56
- run: go test -v -race -coverprofile=coverage.out ./...
+ run: go test -v -race -coverprofile=coverage.out $(go list ./... | grep -v /tests/integration)
57
58
- name: Upload coverage reports
59
uses: codecov/codecov-action@v4
0 commit comments