Skip to content

Commit b74a6fb

Browse files
nejchmax-wittig
authored andcommitted
chore(ci): use codecov token when available
1 parent 3f3ad80 commit b74a6fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
files: ./coverage.xml
8484
flags: ${{ matrix.toxenv }}
8585
fail_ci_if_error: false
86+
token: ${{ secrets.CODECOV_TOKEN }}
8687

8788
coverage:
8889
runs-on: ubuntu-22.04
@@ -105,6 +106,7 @@ jobs:
105106
files: ./coverage.xml
106107
flags: unit
107108
fail_ci_if_error: false
109+
token: ${{ secrets.CODECOV_TOKEN }}
108110

109111
dist:
110112
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)