Codebase list cinder-tempest-plugin / 4da57e8
Remove unused coverage library The coverage command is not used in this repository. Change-Id: Idf4c3e7d234525b3acbcaf9fa4c854c1f5325c02 Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com> Takashi Kajinami 7 months ago
2 changed file(s) with 0 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
+0
-6
.coveragerc less more
0 [run]
1 branch = True
2 source = cinder_tempest_plugin
3
4 [report]
5 ignore_errors = True
33
44 hacking>=6.1.0,<7.0 # Apache-2.0
55
6 coverage!=4.4,>=4.0 # Apache-2.0
76 python-subunit>=1.0.0 # Apache-2.0/BSD
87 oslotest>=3.2.0 # Apache-2.0
98 stestr>=1.0.0 # Apache-2.0