File tree Expand file tree Collapse file tree 3 files changed +14
-32
lines changed Expand file tree Collapse file tree 3 files changed +14
-32
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -129,6 +129,19 @@ max-line-length = 120
129129ignore = E226,E402,W503
130130exclude = _astropy_init.py,version.py
131131
132+ [coverage:run]
133+ omit =
134+ astroquery/*_init*
135+ astroquery/tests/*
136+ astroquery/*/tests/*
137+ astroquery/*setup*
138+ astroquery/version*
139+ */astroquery/*_init*
140+ */astroquery/tests/*
141+ */astroquery/*/tests/*
142+ */astroquery/*setup*
143+ */astroquery/version*
144+
132145[entry_points]
133146
134147[options]
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ commands =
4848 pip freeze
4949 # FIXME: there are too many failures in the docs example gallery, ignore it for now
5050 !cov: pytest --pyargs astroquery {toxinidir}/docs --ignore ={toxinidir}/docs/gallery* {posargs}
51- cov: pytest --pyargs astroquery {toxinidir}/docs --ignore ={toxinidir}/docs/gallery* --cov astroquery {posargs}
51+ cov: pytest --pyargs astroquery {toxinidir}/docs --ignore ={toxinidir}/docs/gallery* --cov astroquery -- cov-config ={toxinidir}/setup.cfg {posargs}
5252 cov: coverage xml -o {toxinidir}/coverage.xml
5353
5454[testenv:codestyle]
You can’t perform that action at this time.
0 commit comments