Skip to content

Commit

Permalink
ci: codecov step fixed (#183)
Browse files Browse the repository at this point in the history
Co-authored-by: Marcos Schroh <[email protected]>
  • Loading branch information
marcosschroh and marcosschroh authored May 22, 2024
1 parent e866dfd commit a6b4040
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,9 @@ jobs:
./scripts/test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4.4.0
with:
file: ./coverage.xml
flags: unittests
name: kstreams
fail_ci_if_error: true
token: ${{secrets.CODECOV_TOKEN}}

0 comments on commit a6b4040

Please sign in to comment.