famedlysdk/test.sh

7 lines
259 B
Bash
Raw Normal View History

#!/bin/sh -e
2020-08-17 12:25:48 +00:00
# pub run test -p vm
pub run test_coverage --print-test-output
2020-05-26 20:08:21 +00:00
pub global activate remove_from_coverage
2020-06-13 16:10:24 +00:00
pub global run remove_from_coverage:remove_from_coverage -f coverage/lcov.info -r '\.g\.dart$'
2020-05-26 20:08:21 +00:00
genhtml -o coverage coverage/lcov.info || true