72f6c06a11
Add ported from Manila project 'cover.sh' script that allows to calculate coverage diff between last and previous commits. Usage of new approach (with diff): $ tox -e cover To run old coverage approach use following: ./run_tests.sh --coverage --no-pep8 Change-Id: I8f6de6ba5cba2050771c4bead31baaf975e097b9
9 lines
126 B
INI
9 lines
126 B
INI
[run]
|
|
branch = True
|
|
source = manila_ui
|
|
omit = manila_ui/enabled*,manila_ui/test*
|
|
|
|
[report]
|
|
precision = 2
|
|
ignore_errors = True
|