Skip to content

Commit

Permalink
preparing for coverage checks
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Jun 4, 2016
1 parent a587c29 commit db56708
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
[run]
source = hpsspy
omit =
hpsspy/_version.py
hpsspy/conftest*
hpsspy/cython_version*
hpsspy/setup_package*
hpsspy/*/setup_package*
hpsspy/*/*/setup_package*
hpsspy/test/*

[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\(.*\):
9 changes: 9 additions & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ system at NERSC_. It is currently being developed on GitHub_.
.. _NERSC: http://www.nersc.gov
.. _GitHub: https://github.com/weaverba137/hpsspy

Requirements
++++++++++++

Hpsspy assumes that the HPSS utilities `hsi and htar`_ are installed. You may
need a NERSC account to download and install these utilities.

.. _`hsi and htar`: https://www.nersc.gov/users/data-and-file-systems/hpss/storing-and-retrieving-data/software-downloads/


Contents
++++++++

Expand Down

0 comments on commit db56708

Please sign in to comment.