Skip to content

Commit f80ffd0

Browse files
committed
build: add codecov configuration
Unfortunatly, the codecov configuration wants to have it's own configurtion file on top level of the project. Signed-off-by: Daniel Wagner <[email protected]>
1 parent 8ada194 commit f80ffd0

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/coverage.yml

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

codecov.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
ignore:
3+
- 'subprojects'
4+
- 'ccan'
5+
- 'test'
6+
- 'examples'

0 commit comments

Comments
 (0)