Skip to content

Commit

Permalink
chore: exclude build and example folders from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mojomex committed Sep 25, 2024
1 parent e9e9797 commit 134e2bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
uses: codecov/codecov-action@v3
with:
files: ${{ steps.test.outputs.coverage-report-files }}
exclude: build/*,nebula_examples/*
fail_ci_if_error: false
verbose: true
flags: total

0 comments on commit 134e2bc

Please sign in to comment.