|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
If coveragerc does not exist, setup.cfg does not exist or does not
contain any coverage-related metadata, and no custom config file is
provided, fall back to tox.ini.
The syntax of tox.ini files is the same as that expected of setup.cfg
files, namely:
[coverage:{section}]
Fixes: #519
--HG--
branch : issue-519
|