Skip to content

Commit

Permalink
chore: try fix the codecov-action
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Sep 27, 2024
1 parent 17a24ed commit 53413fd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,10 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true # optional (default = false)
token: ${{ secrets.CODECOV_TOKEN }} # required
token: ${{ secrets.CODECOV_TOKEN }}
directory: ./coverage
fail_ci_if_error: true
verbose: true

build-and-test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 53413fd

Please sign in to comment.