We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da54973 + bc2bd30 commit e354f61Copy full SHA for e354f61
.github/workflows/pythonbuild.yml
@@ -57,6 +57,8 @@ jobs:
57
with:
58
fail_ci_if_error: true
59
verbose: true
60
+ env:
61
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
62
63
postgres:
64
runs-on: ubuntu-20.04
@@ -120,6 +122,8 @@ jobs:
120
122
121
123
124
125
126
127
128
base:
129
@@ -222,3 +226,5 @@ jobs:
222
226
223
227
224
228
229
230
0 commit comments