mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-18 12:40:14 +08:00
DOC: Update coverage instructions.
This commit is contained in:
+3
-2
@@ -44,8 +44,9 @@ Guidelines
|
||||
Test coverage
|
||||
`````````````
|
||||
Tests for a module should ideally cover all code in that module, i.e. statement
|
||||
coverage should be at 100%. To measure the test coverage, install `<coverage.py
|
||||
http://nedbatchelder.com/code/coverage/>`_ and then run::
|
||||
coverage should be at 100%. To measure the test coverage, install `coverage.py
|
||||
<http://nedbatchelder.com/code/coverage/>`__ (using ``easy_install coverage``)
|
||||
and then run::
|
||||
|
||||
$ make coverage
|
||||
|
||||
|
||||
Reference in New Issue
Block a user