From a891b544d393f29f43ab36779141f3f31d5e8f14 Mon Sep 17 00:00:00 2001 From: HelloZeroNet Date: Thu, 24 Sep 2015 22:29:07 +0200 Subject: [PATCH] Fix coverage reporting --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1737188e..067013d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ install: before_script: - openssl version -a script: - - python -m pytest src/Test --cov --cov-config src/Test/coverage.ini + - python -m pytest src/Test --cov=src --cov-config src/Test/coverage.ini before_install: - pip install -U pytest mock pytest-cov - pip install codecov