Skip to content

Commit c32fdb3

Browse files
committed
Added coverage
1 parent 784623f commit c32fdb3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/workflow.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ jobs:
8787

8888
- name: Combine coverage and fail if it's <90%
8989
run: |
90-
python -c "print('Hello, world!, coming soon')"
90+
coverage combine
91+
coverage report --fail-under=90
9192
continue-on-error: true
9293

9394
- name: Upload HTML report

0 commit comments

Comments
 (0)