Skip to content

Commit fbf43ae

Browse files
authored
Remove code coverage artifacts to speed up unit tests workflows (robotframework#3543)
1 parent 6a2155a commit fbf43ae

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/unit_tests.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,12 @@ jobs:
4747
4848
- name: Prepare HTML/XML coverage report
4949
run: |
50-
python -m coverage html -i -d cov_html
5150
python -m coverage xml -i
5251
if: always()
5352

5453
- uses: codecov/codecov-action@e34ee485244a5b5e6e4e1b96daa4a15c9073e4fc
5554
with:
5655
name: ${{ matrix.python-version }}-${{ matrix.os }}
57-
58-
- name: Archive coverage results
59-
uses: actions/upload-artifact@v1
60-
with:
61-
name: cov-ut-${{ matrix.python-version }}-${{ matrix.os }}
62-
path: cov_html
6356
if: always()
6457

6558
test_using_jython:

0 commit comments

Comments
 (0)