Skip to content

Commit e354f61

Browse files
authored
Merge pull request #3339 from hirosassa/fix-codecov-ci
2 parents da54973 + bc2bd30 commit e354f61

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pythonbuild.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
with:
5858
fail_ci_if_error: true
5959
verbose: true
60+
env:
61+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6062

6163
postgres:
6264
runs-on: ubuntu-20.04
@@ -120,6 +122,8 @@ jobs:
120122
with:
121123
fail_ci_if_error: true
122124
verbose: true
125+
env:
126+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
123127

124128
base:
125129
runs-on: ubuntu-20.04
@@ -222,3 +226,5 @@ jobs:
222226
with:
223227
fail_ci_if_error: true
224228
verbose: true
229+
env:
230+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)