We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
./examples
1 parent dd54170 commit afd7515Copy full SHA for afd7515
.github/workflows/coverage.yml
@@ -30,4 +30,6 @@ jobs:
30
id: coverage
31
with:
32
coverage-threshold: 60
33
- cover-pkg: ./pkg/...
+ cover-pkg: ./...
34
+ ignore-pattern: |
35
+ /examples/
0 commit comments