Collect coverage during tests

This commit is contained in:
Gregor Kleen 2019-04-07 22:08:39 +02:00
parent f158735dd6
commit c3b0ffe582

View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash
exec -- stack build --test --fast --flag uniworx:dev --flag uniworx:library-only ${@}
exec -- stack build --test --coverage --fast --flag uniworx:dev --flag uniworx:library-only ${@}