Skip to content

Commit

Permalink
update build.yml for the new codecov action version
Browse files Browse the repository at this point in the history
  • Loading branch information
kPsarakis committed May 10, 2024
1 parent d18c086 commit ddf1399
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,8 @@ jobs:
run: coverage xml

- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

0 comments on commit ddf1399

Please sign in to comment.