Generate unittest coverage information

This commit is contained in:
Eugen Wissner 2017-05-11 13:11:12 +02:00
parent 9e75620f1b
commit f264fd5597
1 changed files with 4 additions and 1 deletions

View File

@ -17,4 +17,7 @@ env:
- ARCH=x86_64
script:
- dub test --arch=$ARCH
- dub test -b unittest-cov --arch=$ARCH
after_success:
- bash <(curl -s https://codecov.io/bash)