Skip to content

Commit

Permalink
ci: update codecov to v4
Browse files Browse the repository at this point in the history
had to use the CODECOV_TOKEN
  • Loading branch information
n-peugnet authored Jun 17, 2024
1 parent 80d6efd commit 743cbe8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@ jobs:
run: make test

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: cov.xml
token: ${{ secrets.CODECOV_TOKEN }}

analyse:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 743cbe8

Please sign in to comment.