famedlysdk/test.sh

4 lines
100 B
Bash

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