Adding coverage report output as html

This commit is contained in:
0x6f736f646f
2020-06-30 23:25:38 +03:00
parent 5c4dea3b27
commit cc0d711148
+1 -1
View File
@@ -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