Skip to content

Commit 8ada194

Browse files
committed
build: ignore external code for code coverage check
Signed-off-by: Daniel Wagner <[email protected]>
1 parent a6ac126 commit 8ada194

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,10 @@ jobs:
1818
run: |
1919
scripts/build.sh coverage
2020
- uses: codecov/codecov-action@v3
21+
ignore:
22+
- 'subprojects'
23+
- 'ccan'
24+
- 'test'
25+
- 'examples'
2126
with:
2227
fail_ci_if_error: false

0 commit comments

Comments
 (0)