Skip to content

Commit

Permalink
Add Codecov token to GH workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
arm4b authored Oct 18, 2023
1 parent 9056e01 commit 0f81454
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,8 @@ jobs:
if: "${{ success() && (env.ENABLE_COVERAGE == 'yes') }}"
run: |
./scripts/ci/submit-codecov-coverage.sh
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

integration-tests:
needs: pre_job
Expand Down Expand Up @@ -718,6 +720,8 @@ jobs:
if: "${{ success() && env.ENABLE_COVERAGE == 'yes' && env.TASK == 'ci-integration' }}"
run: |
./scripts/ci/submit-codecov-coverage.sh
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Compress Service Logs Before upload
if: ${{ failure() && env.TASK == 'ci-integration' }}
run: |
Expand Down

0 comments on commit 0f81454

Please sign in to comment.