Skip to content

Commit

Permalink
Update codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi committed Jun 21, 2024
1 parent fa750ce commit 049e962
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
if: always()
uses: codecov/codecov-action@v4
with:
token: 22159d7c-856d-4fe9-8fdb-5d9ecff35514
token: 3c5cbd1b-5110-4302-ad5a-080390ca731a
files: ./integration/integration-${{ inputs.task }}.txt
flags: integration,${{ inputs.task }}-${{ inputs.shard_index }},filter-${{ !inputs.disable_pushdown }}
fail_ci_if_error: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
if: always()
uses: codecov/codecov-action@v4
with:
token: 22159d7c-856d-4fe9-8fdb-5d9ecff35514
token: 3c5cbd1b-5110-4302-ad5a-080390ca731a
files: ./cover.txt
flags: unit
fail_ci_if_error: true
Expand Down

0 comments on commit 049e962

Please sign in to comment.