Skip to content

Commit 9b9c108

Browse files
committed
fix test coverage example exclusion
1 parent ec79e03 commit 9b9c108

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Build
2020
run: go build -v ./...
2121
- name: Test
22-
run: go test -v -coverprofile coverage.out $(go list ./... | grep -v /example/)
22+
run: go test -v -coverprofile coverage.out $(go list ./... | grep -v queuer/example)
2323
- name: Update coverage report
2424
uses: ncruces/go-coverage-report@v0
2525
with:

0 commit comments

Comments
 (0)