Skip to content

Commit

Permalink
chore: exclude build and example folders from coverage, upgrade codecov
Browse files Browse the repository at this point in the history
app
  • Loading branch information
mojomex committed Sep 26, 2024
1 parent e9e9797 commit da7a0a5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,12 @@ jobs:

- name: Upload coverage to CodeCov
if: ${{ steps.test.outputs.coverage-report-files != '' }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ${{ steps.test.outputs.coverage-report-files }}
exclude: build/*,nebula_examples/*
token: ${{ secrets.CODECOV_TOKEN }}
slug: tier4/nebula
fail_ci_if_error: false
verbose: true
flags: total

0 comments on commit da7a0a5

Please sign in to comment.