Skip to content

Commit

Permalink
Pass CODECOV_TOKEN to codecov GitHub Action step.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Apr 26, 2024
1 parent 5b11a8c commit 2b84de3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ jobs:
uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed
with:
flags: ${{ runner.os }},${{ runner.arch }},${{ matrix.python-version }},${{ matrix.test-type }}
token: ${{ secrets.CODECOV_TOKEN }} # required

- name: Upload Test Results
if: '!cancelled()'
Expand Down Expand Up @@ -247,6 +248,7 @@ jobs:
uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed
with:
flags: ${{ runner.os }},${{ runner.arch }},${{ matrix.python-version }},${{ matrix.test-type }}
token: ${{ secrets.CODECOV_TOKEN }} # required

- name: Upload Test Results
if: '!cancelled()'
Expand Down Expand Up @@ -490,6 +492,7 @@ jobs:
uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed
with:
flags: ${{ runner.os }},${{ runner.arch }},${{ matrix.python-version }},${{ matrix.test-type }}
token: ${{ secrets.CODECOV_TOKEN }} # required

- name: Upload Test Results
if: '!cancelled()'
Expand Down

0 comments on commit 2b84de3

Please sign in to comment.