Skip to content

Commit 8eb886d

Browse files
committed
CI test runner bugfix, cleanup
1 parent 174597d commit 8eb886d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/tests.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
--cov=seedsigner \
4949
--cov-append \
5050
--cov-branch \
51-
--cov-report term \
5251
--durations 5 \
5352
-vv
5453
- name: Generate screenshots
@@ -58,15 +57,11 @@ jobs:
5857
--cov=seedsigner \
5958
--cov-append \
6059
--cov-branch \
61-
--cov-report term \
6260
--cov-report html:./artifacts/cov_html \
6361
-vv
6462
cp -r ./seedsigner-screenshots ./artifacts/
6563
- name: Coverage report
66-
run: |
67-
coverage combine ./artifacts/cov_unit_tests ./artifacts/cov_screenshots
68-
coverage html --directory=./artifacts/cov_html
69-
coverage report
64+
run: coverage report
7065
- name: Archive CI Artifacts
7166
uses: actions/upload-artifact@v3
7267
with:

0 commit comments

Comments
 (0)