From a5a58f1a4e3cf3cfb3466ca7d5b26466f1e99614 Mon Sep 17 00:00:00 2001 From: Filip Lajszczak Date: Fri, 20 Nov 2020 19:19:30 +0000 Subject: [PATCH] #5 updates CI config to include cli in coverage report --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e9c8efa..d9823a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,4 +13,4 @@ install: script: - pytest - - pytest --cov=pythonanywhere --cov=scripts --cov-fail-under=65 + - pytest --cov=cli --cov=pythonanywhere --cov=scripts --cov-fail-under=65