Skip to content

Commit

Permalink
ci: exclude ./examples from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
LucJosin committed Jul 19, 2024
1 parent dd54170 commit afd7515
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ jobs:
id: coverage
with:
coverage-threshold: 60
cover-pkg: ./pkg/...
cover-pkg: ./...
ignore-pattern: |
/examples/

0 comments on commit afd7515

Please sign in to comment.