We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 174597d commit 8eb886dCopy full SHA for 8eb886d
.github/workflows/tests.yml
@@ -48,7 +48,6 @@ jobs:
48
--cov=seedsigner \
49
--cov-append \
50
--cov-branch \
51
- --cov-report term \
52
--durations 5 \
53
-vv
54
- name: Generate screenshots
@@ -58,15 +57,11 @@ jobs:
58
57
59
60
61
62
--cov-report html:./artifacts/cov_html \
63
64
cp -r ./seedsigner-screenshots ./artifacts/
65
- 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
+ run: coverage report
70
- name: Archive CI Artifacts
71
uses: actions/upload-artifact@v3
72
with:
0 commit comments