Skip to content

Commit

Permalink
Revert codecov version fix (#4383)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi authored Jun 24, 2024
1 parent 5c15e52 commit 2caffce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ jobs:
uses: codecov/codecov-action@v4
with:
token: 3c5cbd1b-5110-4302-ad5a-080390ca731a
version: v0.6.0 # TODO https://github.com/codecov/codecov-cli/issues/460
files: ./integration/integration-${{ inputs.task }}.txt
flags: integration,${{ inputs.task }}-${{ inputs.shard_index }},filter-${{ !inputs.disable_pushdown }}
fail_ci_if_error: true
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ jobs:
uses: codecov/codecov-action@v4
with:
token: 3c5cbd1b-5110-4302-ad5a-080390ca731a
version: v0.6.0 # TODO https://github.com/codecov/codecov-cli/issues/460
files: ./cover.txt
flags: unit
fail_ci_if_error: true
Expand Down

0 comments on commit 2caffce

Please sign in to comment.