Add pytest-cov (#1578)

* Add pytest-cov

Also added coverage report in .travis.yml file.

* updating DIRECTORY.md

* Sort by missing statements

* sort = Cover
This commit is contained in:
Mantas Zimnickas
2019-11-17 20:37:58 +02:00
committed by Christian Clauss
parent 9a894ebc52
commit 5616fa9e62
4 changed files with 7 additions and 1 deletions

4
.coveragerc Normal file
View File

@ -0,0 +1,4 @@
[report]
sort = Cover
omit =
.env/*