mirror of https://github.com/tqdm/tqdm.git
remove .coveragerc root clutter
This commit is contained in:
parent
16ef703660
commit
0d23208c19
11
.coveragerc
11
.coveragerc
|
@ -1,11 +0,0 @@
|
||||||
[run]
|
|
||||||
branch = True
|
|
||||||
include = tqdm/*
|
|
||||||
omit =
|
|
||||||
tqdm/contrib/bells.py
|
|
||||||
tqdm/contrib/discord.py
|
|
||||||
tqdm/contrib/telegram.py
|
|
||||||
tqdm/contrib/utils_worker.py
|
|
||||||
relative_files = True
|
|
||||||
[report]
|
|
||||||
show_missing = True
|
|
|
@ -7,4 +7,3 @@
|
||||||
images/ export-ignore
|
images/ export-ignore
|
||||||
benchmarks/ export-ignore
|
benchmarks/ export-ignore
|
||||||
asv.conf.json export-ignore
|
asv.conf.json export-ignore
|
||||||
.tqdm.1.md export-ignore
|
|
||||||
|
|
12
setup.cfg
12
setup.cfg
|
@ -118,3 +118,15 @@ markers=
|
||||||
python_files=tests_*.py
|
python_files=tests_*.py
|
||||||
testpaths=tests
|
testpaths=tests
|
||||||
addopts=-v --tb=short -rxs -W=error --durations=0 --durations-min=0.1
|
addopts=-v --tb=short -rxs -W=error --durations=0 --durations-min=0.1
|
||||||
|
|
||||||
|
[coverage:run]
|
||||||
|
branch=True
|
||||||
|
include=tqdm/*
|
||||||
|
omit=
|
||||||
|
tqdm/contrib/bells.py
|
||||||
|
tqdm/contrib/discord.py
|
||||||
|
tqdm/contrib/telegram.py
|
||||||
|
tqdm/contrib/utils_worker.py
|
||||||
|
relative_files=True
|
||||||
|
[coverage:report]
|
||||||
|
show_missing=True
|
||||||
|
|
Loading…
Reference in New Issue