Skip to content

Commit

Permalink
Merge pull request astropy#14838 from saimn/coverage
Browse files Browse the repository at this point in the history
Exclude all tests directories from coverage
  • Loading branch information
pllim committed May 17, 2023
2 parents fd63a62 + d2b75de commit 12b01d7
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,19 +75,17 @@ exclude= [
[tool.coverage.run]
omit = [
"astropy/__init__*",
"astropy/conftest.py",
"astropy/*setup*",
"astropy/*/tests/*",
"astropy/tests/test_*",
"astropy/**/conftest.py",
"astropy/**/setup*",
"astropy/**/tests/*",
"astropy/extern/*",
"astropy/utils/compat/*",
"astropy/version*",
"astropy/wcs/docstrings*",
"*/astropy/__init__*",
"*/astropy/conftest.py",
"*/astropy/*setup*",
"*/astropy/*/tests/*",
"*/astropy/tests/test_*",
"*/astropy/**/conftest.py",
"*/astropy/**/setup*",
"*/astropy/**/tests/*",
"*/astropy/extern/*",
"*/astropy/utils/compat/*",
"*/astropy/version*",
Expand Down

0 comments on commit 12b01d7

Please sign in to comment.