Skip to content

Commit

Permalink
revert codecov action to v3 (#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 <[email protected]>
  • Loading branch information
volatilemolotov and volatilemolotov authored Mar 24, 2024
1 parent cb18dd3 commit ae9eb5f
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 ae9eb5f

Please sign in to comment.