# .coveragerc to control coverage.py
[run]
branch = True
include = pulsar/*
omit = pulsar/util/pastescript/*

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

ignore_errors = True

[html]
directory =  htmlcov/
