Skip to content

Commit

Permalink
revert codecov action to v3 (apache#30723)
Browse files Browse the repository at this point in the history
* revert codecov action to v3

* remove gradle useWheelDistribution argument

---------

Co-authored-by: Vlado Djerek <djerek.vlado6@gmail.com>
  • Loading branch information
2 people authored and hjtran committed Apr 4, 2024
1 parent c2e1f8b commit bad4f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/beam_PreCommit_Python_Coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
uses: ./.github/actions/gradle-command-self-hosted-action
with:
gradle-command: :sdks:python:test-suites:tox:py38:preCommitPyCoverage
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v3
with:
flags: python
directory: sdks/python
Expand Down

0 comments on commit bad4f41

Please sign in to comment.