Revision 2cb5f31872b6dac1dd898a08f21a3c597ea6eb3d authored by John Chilton on 22 May 2018, 15:31:35 UTC, committed by John Chilton on 22 May 2018, 15:31:35 UTC
1 parent cb06532
Raw File
.coveragerc
# .coveragerc to control coverage.py
[run]
branch = True
include = galaxy/*

[report]
# Regexes for lines to exclude from consideration
exclude_lines =
    if __name__ == .__main__.:

ignore_errors = True

[html]
directory = htmlcov/
back to top