Skip to content

Commit

Permalink
add coveragerc
Browse files Browse the repository at this point in the history
  • Loading branch information
dstndstn committed Sep 23, 2016
1 parent efce255 commit fe9babf
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .coveragerc
@@ -0,0 +1,23 @@
# .coveragerc to control coverage.py
# see https://coverage.readthedocs.org/en/coverage-4.0.3/config.html

# coverage erase
# coverage run legacypipe/runbrick.py -b 2447p120 --zoom 1020 1070 2775 2815 --no-wise --force-all --survey-dir test/testcase3/ --outdir out-testcase3
# coverage report
# coverage html
# open coverage_html_report/index.html

[run]
branch = True

include = tractor/*
omit = /usr/local/pipped/lib/python/*

[report]

# exclude_lines =
# pragma: no cover
# def __repr__

[html]
directory = coverage_html_report

0 comments on commit fe9babf

Please sign in to comment.