From cc0d71114828a50735fcb3a341722d25bcf9b472 Mon Sep 17 00:00:00 2001 From: 0x6f736f646f Date: Tue, 30 Jun 2020 23:25:38 +0300 Subject: [PATCH] Adding coverage report output as html --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cfa02e0..5c4f4ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ before_install: script: - flake8 homeAutomation - - pytest --cov=homeAutomation --cov-report= tests + - pytest --cov=homeAutomation --cov-report=html tests after_success: - coveralls \ No newline at end of file