https://github.com/galaxyproject/galaxy
Raw File
Tip revision: 46a49a04567609d2306b500f9713943e45564668 authored by John Chilton on 27 February 2018, 03:08:14 UTC
Version 18.5.1
Tip revision: 46a49a0
.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