famedlysdk/test.sh
2020-05-19 09:28:13 +00:00

4 lines
100 B
Bash

#!/bin/sh -e
pub run test -p vm
pub run test_coverage
genhtml -o coverage coverage/lcov.info || true