Skip to content

Commit

Permalink
build: add codecov configuration
Browse files Browse the repository at this point in the history
Unfortunatly, the codecov configuration wants to have it's own
configurtion file on top level of the project.

Signed-off-by: Daniel Wagner <dwagner@suse.de>
  • Loading branch information
igaw committed Dec 13, 2023
1 parent 0f6cdcc commit cfc6897
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,5 @@ jobs:
run: |
scripts/build.sh coverage
- uses: codecov/codecov-action@v3
ignore:
- "subprojects"
- "ccan"
- "tests"
- "unit"
with:
fail_ci_if_error: false
6 changes: 6 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
ignore:
- 'subprojects'
- 'ccan'
- 'tests'
- 'unit'

0 comments on commit cfc6897

Please sign in to comment.