Skip to content

Commit 2cfd7c4

Browse files
committed
chore: increase minimum coverage to 67%
1 parent 990ae25 commit 2cfd7c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
run: flutter test --coverage --reporter expanded
2424
- name: Print coverage information
2525
run: dart run test_cov_console --file=coverage/lcov.info
26-
- name: Ensure test coverage is at least 65%
26+
- name: Ensure test coverage is at least 67%
2727
run: |
28-
result=$(dart run test_cov_console --file=coverage/lcov.info --pass=65)
28+
result=$(dart run test_cov_console --file=coverage/lcov.info --pass=67)
2929
echo $result
3030
if [ "$result" = "PASSED" ]; then
3131
exit 0

0 commit comments

Comments
 (0)