Skip to content

Commit afd7515

Browse files
committed
ci: exclude ./examples from coverage
1 parent dd54170 commit afd7515

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/coverage.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@ jobs:
3030
id: coverage
3131
with:
3232
coverage-threshold: 60
33-
cover-pkg: ./pkg/...
33+
cover-pkg: ./...
34+
ignore-pattern: |
35+
/examples/

0 commit comments

Comments
 (0)