Skip to content

Commit

Permalink
Fix codecov CLI version (#4379)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi committed Jun 21, 2024
1 parent 049e962 commit 42b3dbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ 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: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ 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 42b3dbe

Please sign in to comment.