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.
1 parent 3f3ad80 commit b74a6fbCopy full SHA for b74a6fb
.github/workflows/test.yml
@@ -83,6 +83,7 @@ jobs:
83
files: ./coverage.xml
84
flags: ${{ matrix.toxenv }}
85
fail_ci_if_error: false
86
+ token: ${{ secrets.CODECOV_TOKEN }}
87
88
coverage:
89
runs-on: ubuntu-22.04
@@ -105,6 +106,7 @@ jobs:
105
106
107
flags: unit
108
109
110
111
dist:
112
runs-on: ubuntu-latest
0 commit comments