Skip to content

Commit

Permalink
chore: update codecov/codecov-action action to v4 (#317)
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Bond <federicobond@gmail.com>
  • Loading branch information
federicobond authored Apr 12, 2024
1 parent 49f0948 commit cd605c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,13 @@ jobs:

- if: matrix.python-version == '3.11'
name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4.3.0
with:
flags: unittests # optional
name: coverage # optional
fail_ci_if_error: false # optional (default = false)
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)
token: ${{ secrets.CODECOV_UPLOAD_TOKEN }}

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cd605c4

Please sign in to comment.