famedlysdk/test.sh

4 lines
100 B
Bash
Raw Normal View History

#!/bin/sh -e
pub run test -p vm
2020-05-19 09:28:13 +00:00
pub run test_coverage
genhtml -o coverage coverage/lcov.info || true