Browse Source

run all tests in coverage mode as well.

pull/3/head
Herbert Poul 4 years ago
parent
commit
dfdae4eeba
  1. 2
      _tool/test-coverage.sh

2
_tool/test-coverage.sh

@ -18,7 +18,7 @@ pub get
pub global activate coverage pub global activate coverage
fail=false fail=false
dart test --exclude-tags kdbx4 --coverage coverage || fail=true dart test --coverage coverage || fail=true
echo "fail=$fail" echo "fail=$fail"
# shellcheck disable=SC2038 # shellcheck disable=SC2038

Loading…
Cancel
Save