# .coveragerc -- specifies execution options for coverage.py

[run]
branch = True
omit = */tests/*

[report]
precision = 2
omit = */tests/*
