Skip to content

Commit

Permalink
chore: create .codecov.yml and move ignored directories there
Browse files Browse the repository at this point in the history
Signed-off-by: Max SCHMELLER <[email protected]>
  • Loading branch information
mojomex committed Sep 26, 2024
1 parent c2b0414 commit 1c14975
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ignore:
- build
- nebula_examples
1 change: 0 additions & 1 deletion .github/workflows/build-and-test-differential.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
uses: codecov/codecov-action@v4
with:
files: ${{ steps.test.outputs.coverage-report-files }}
exclude: build/*,nebula_examples/*
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false
verbose: true
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:
uses: codecov/codecov-action@v4
with:
files: ${{ steps.test.outputs.coverage-report-files }}
exclude: build/*,nebula_examples/*
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false
verbose: true
Expand Down

0 comments on commit 1c14975

Please sign in to comment.