Skip to content

Commit

Permalink
[Only Test] codecov/codecov-action@v5
Browse files Browse the repository at this point in the history
  • Loading branch information
panbingkun committed Dec 18, 2024
1 parent 5ef99bd commit 49b7ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ jobs:
fi
- name: Upload coverage to Codecov
if: fromJSON(inputs.envs).PYSPARK_CODECOV == 'true'
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
files: ./python/coverage.xml
flags: unittests
Expand Down

0 comments on commit 49b7ba2

Please sign in to comment.