From 91a631fb5aecf55d3fd25b3b0420e0ff1c9de00c Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sat, 5 Apr 2014 13:44:31 +0200 Subject: [PATCH] Also report coverage for broken builds --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e0c7efc..ec55158 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,6 @@ install: - "pip install coveralls" script: - "coverage run --source=vdirsyncer/,tests/ --module pytest" -after_success: - "coverage report --show-missing" - "coveralls"