Skip to content

Commit c590273

Browse files
committed
Added test_coverage.yml
1 parent 711c699 commit c590273

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/test_coverage.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ jobs:
2323
merge-multiple: true
2424

2525
- name: "Combine coverage & fail if it's <50"
26-
run:
27-
python -Im pip install --upgrade coverage[toml]|
28-
26+
run: |
27+
python -Im pip install --upgrade coverage[toml]
2928
python -Im coverage combine
3029
python -Im coverage html --skip-covered --skip-empty
3130
@@ -40,4 +39,4 @@ jobs:
4039
with:
4140
name: html-report
4241
path: htmlcov
43-
if: ${{ failure() }}
42+
if: ${{ failure() }}

0 commit comments

Comments
 (0)