Skip to content

Commit 672fcd0

Browse files
chore: remove coverage html artifacts
1 parent 8c6c942 commit 672fcd0

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/lint_test.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -175,16 +175,6 @@ jobs:
175175
COVERALLS_SERVICE_NAME: github
176176
run: python -m coveralls
177177

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-
188178
coveralls:
189179
name: Indicate completion to coveralls.io
190180
needs: test

0 commit comments

Comments
 (0)