Skip to content

Commit

Permalink
build: ignore external code for code coverage check
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Wagner <[email protected]>
  • Loading branch information
igaw committed Dec 13, 2023
1 parent a6ac126 commit 8ada194
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,10 @@ jobs:
run: |
scripts/build.sh coverage
- uses: codecov/codecov-action@v3
ignore:
- 'subprojects'
- 'ccan'
- 'test'
- 'examples'
with:
fail_ci_if_error: false

0 comments on commit 8ada194

Please sign in to comment.