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 d7df3fb commit 6bcb26c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
CI: true
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

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

0 comments on commit 6bcb26c

Please sign in to comment.