Skip to content

Commit 7323ccf

Browse files
committed
Adding some config for coverage
1 parent bc722c9 commit 7323ccf

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

setup.cfg

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,19 @@ max-line-length = 120
129129
ignore = E226,E402,W503
130130
exclude = _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]

0 commit comments

Comments
 (0)