Skip to content

Commit

Permalink
Updating codecov pipeline step
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasOmar committed Nov 18, 2024
1 parent 181b333 commit b906a51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
CRYPT_SECRET: ${{ vars.ACTION_CRYPT_SECRET }}
CRYPT_METH: ${{ vars.ACTION_CRYPT_METH }}
- name: 6/7 | Run Codecov Uploader
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage/coverage-final.json
files: ./coverage/coverage-final.json
flags: unittests
fail_ci_if_error: true
verbose: true
Expand Down

0 comments on commit b906a51

Please sign in to comment.