Skip to content

Commit

Permalink
move to codecov v4
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwojcik committed May 3, 2024
1 parent 6bb6c1c commit bb7ea1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,12 @@ jobs:
- name: Run tests
run: make test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./coverage.xml
fail_ci_if_error: true
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}

code-quality:
strategy:
Expand Down

0 comments on commit bb7ea1b

Please sign in to comment.