Skip to content

Commit

Permalink
chore(ci): add token and upgrade codecov version for b&t differential
Browse files Browse the repository at this point in the history
too
  • Loading branch information
mojomex committed Sep 26, 2024
1 parent bbf0f27 commit 1b8105e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-test-differential.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,11 @@ 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 }}
fail_ci_if_error: false
verbose: true
flags: differential
1 change: 0 additions & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
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 1b8105e

Please sign in to comment.