From f264fd5597df22c45f75166db385f84ab3b1a4e3 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Thu, 11 May 2017 13:11:12 +0200 Subject: [PATCH] Generate unittest coverage information --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dcf0b68..126b85c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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)