mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 03:57:26 +00:00
fix: small changes
This commit is contained in:
parent
f35554cfff
commit
cf7e3eafa1
2 changed files with 1 additions and 5 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
|
@ -22,7 +22,6 @@ jobs:
|
|||
- name: Upload coverage to Codecov (script)
|
||||
uses: ./
|
||||
with:
|
||||
use_oidc: true
|
||||
fail_ci_if_error: true
|
||||
files: ./coverage/script/coverage-final.json
|
||||
flags: script,${{ matrix.os }}
|
||||
|
|
|
|||
|
|
@ -156,11 +156,8 @@ runs:
|
|||
CODECOV_TOKEN=$(curl -H "Authorization: bearer $ACTIONS_ID_TOKEN_REQUEST_TOKEN" "$ACTIONS_ID_TOKEN_REQUEST_URL&audience=api://AzureADTokenExchange" | cut -d\' -f6)
|
||||
echo "CODECOV_TOKEN=$CODECOV_TOKEN" >> $GITHUB_ENV
|
||||
echo $CODECOV_TOKEN
|
||||
|
||||
- name: Upload coverage to Codecov
|
||||
run: |
|
||||
echo $CODECOV_TOKEN
|
||||
./dist/codecov.sh
|
||||
run: ./dist/codecov.sh
|
||||
shell: bash
|
||||
working-directory: ${{ inputs.working-directory }}
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in a new issue