fix: small changes

This commit is contained in:
Tom Hu 2024-10-22 11:18:18 -05:00
parent f35554cfff
commit cf7e3eafa1
No known key found for this signature in database
GPG key ID: 79155678363963D2
2 changed files with 1 additions and 5 deletions

View file

@ -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 }}

View file

@ -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: