https://github.com/galaxyproject/galaxy
Raw File
Tip revision: 2cb5f31872b6dac1dd898a08f21a3c597ea6eb3d authored by John Chilton on 22 May 2018, 15:31:35 UTC
Version 18.5.12
Tip revision: 2cb5f31
.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