Show coverage on travis.

This commit is contained in:
Andor Penzes 2018-02-25 15:06:17 +01:00
parent 22c27d7399
commit bd5dc3be1b

View File

@ -32,9 +32,10 @@ before_install:
install:
- stack update
- stack --no-terminal --install-ghc test --only-dependencies
- stack build --coverage
- stack install
script:
- mkdir output
- stack exec grin -- grin/grin/sum_simple.grin
- stack --no-terminal test
- stack --no-terminal test --coverage