Skip to content

Commit 2fa0215

Browse files
committed
relax coverage requirement for starters
1 parent 3997403 commit 2fa0215

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: |
7272
coverage html
7373
coverage xml
74-
coverage report --show-missing --fail-under=70
74+
coverage report --show-missing --fail-under=50
7575
7676
#- name: Post code coverage
7777
# uses: orgoro/coverage@v3.2

0 commit comments

Comments
 (0)