Skip to content

Commit

Permalink
Fix codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju committed Sep 8, 2024
1 parent 539f4db commit f08042d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ jobs:
with:
files: ./coverage/lcov.info # cSpell: ignore lcov
#token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ env.CODECOV_TOKEN }}
#token: ${{ env.CODECOV_TOKEN }}
flags: unittests # cSpell: ignore unittests
name: relabeler-tests
verbose: true
fail_ci_if_error: true
#env:
# CODECOV_TOKEN: ${{ vars.CODECOV_TOKEN }}
env:
CODECOV_TOKEN: ${{ vars.CODECOV_TOKEN }}

- name: Upload test results to Codecov
if: ${{ !cancelled() }}
Expand All @@ -58,7 +58,9 @@ jobs:
name: relabeler-tests-results
verbose: true
fail_ci_if_error: true
token: ${{ env.CODECOV_TOKEN }}
#token: ${{ env.CODECOV_TOKEN }}
env:
CODECOV_TOKEN: ${{ vars.CODECOV_TOKEN }}

- name: Create artifact
run: |
Expand Down

0 comments on commit f08042d

Please sign in to comment.