https://github.com/galaxyproject/galaxy
Raw File
Tip revision: 128e8bb103003899478165f75516a198542c2a1e authored by John Chilton on 23 January 2017, 19:35:02 UTC
Version 17.1.2
Tip revision: 128e8bb
.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