mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-25 17:32:36 +08:00
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:

committed by
Christian Clauss

parent
9a894ebc52
commit
5616fa9e62
4
.coveragerc
Normal file
4
.coveragerc
Normal file
@ -0,0 +1,4 @@
|
||||
[report]
|
||||
sort = Cover
|
||||
omit =
|
||||
.env/*
|
Reference in New Issue
Block a user