Skip to content

Commit

Permalink
ci: codecov step fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosschroh committed May 22, 2024
1 parent 2a0732c commit e1cf064
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 e1cf064

Please sign in to comment.