Skip to content

Commit

Permalink
ci: upgrade codecov (#76)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
  • Loading branch information
beeme1mr authored Apr 11, 2024
1 parent 6ac5db3 commit 3e5f850
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ jobs:
working-directory: ${{ matrix.package }}

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4.3.0
with:
flags: unittests # optional
name: coverage # optional
name: Code Coverage for ${{ matrix.package }} on Python ${{ matrix.python-version }}
directory: ${{ matrix.package }}
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 3e5f850

Please sign in to comment.