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 8c6c942 commit 672fcd0Copy full SHA for 672fcd0
.github/workflows/lint_test.yml
@@ -175,16 +175,6 @@ jobs:
175
COVERALLS_SERVICE_NAME: github
176
run: python -m coveralls
177
178
- - name: Coverage HTML
179
- run: python -m coverage html
180
-
181
- - name: Upload coverage as artifact
182
- uses: actions/upload-artifact@v2
183
- with:
184
- name: coverage-${{ runner.os }}-python-${{ env.PYTHON_VERSION }}
185
- path: htmlcov
186
187
188
coveralls:
189
name: Indicate completion to coveralls.io
190
needs: test
0 commit comments