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.
2 parents e288491 + 959a2e0 commit ff80ea5Copy full SHA for ff80ea5
.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