Skip to content

Commit

Permalink
Merge branch 'deprecated' of https://github.com/desihub/desispec into…
Browse files Browse the repository at this point in the history
… deprecated
  • Loading branch information
Stephen Bailey authored and Stephen Bailey committed Dec 5, 2024
2 parents 443d517 + 3f85102 commit f28e84a
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .coveragerc

This file was deleted.

31 changes: 31 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
[tool:pytest]
testpaths = py

[coverage:run]
relative_files = True
source =
py/desispec
omit =
py/desispec/_version.py
py/desispec/conftest*
py/desispec/test/*
*/desispec/_version.py
*/desispec/conftest*
*/desispec/test/*

[coverage:report]
exclude_lines =
# Have to re-enable the standard pragma
pragma: no cover
# Don't complain about packages we have installed
except ImportError
# Don't complain if tests don't hit assertions
raise AssertionError
raise NotImplementedError
# Don't complain about script hooks
def main\(.*\):
# Ignore branches that don't pertain to this version of Python
pragma: py{ignore_python_version}
# Don't complain about IPython completion helper
def _ipython_key_completions_

[pycodestyle]
# See https://pycodestyle.readthedocs.io/en/latest/intro.html#configuration
# for details of these configuration options.
Expand Down

0 comments on commit f28e84a

Please sign in to comment.