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 36ebd0f commit 2ce58f5Copy full SHA for 2ce58f5
.github/workflows/test_and_publish.yml
@@ -165,6 +165,7 @@ jobs:
165
# Export coverage to Coveralls
166
- name: Coveralls
167
uses: AndreMiras/coveralls-python-action@v20201129
168
+ continue-on-error: true
169
with:
170
parallel: true
171
flag-name: run-${{ matrix.python-version.flag }}
@@ -178,6 +179,7 @@ jobs:
178
179
180
- name: Coveralls Finished
181
182
183
184
parallel-finished: true
185
github-token: ${{ secrets.github_token }}
0 commit comments