rmv typo
This commit is contained in:
parent
69ece5b811
commit
428d3548a0
|
|
@ -66,7 +66,7 @@ extras = True
|
||||||
# e.g. --cov-report html (or xml) for html/xml output or --junitxml junit.xml
|
# e.g. --cov-report html (or xml) for html/xml output or --junitxml junit.xml
|
||||||
# in order to write a coverage file that can be read by Jenkins.
|
# in order to write a coverage file that can be read by Jenkins.
|
||||||
addopts =
|
addopts =
|
||||||
--cov pyannote --cov-report term-missing
|
--cov enhancer --cov-report term-missing
|
||||||
--verbose
|
--verbose
|
||||||
norecursedirs =
|
norecursedirs =
|
||||||
dist
|
dist
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue