famedlysdk/test.sh

7 lines
255 B
Bash
Raw Normal View History

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