Files
deb-python-oauth2client/.coveragerc
Craig Citro 7dff2c14a0 First pass at coveralls integration.
This adds `cover` and `coveralls` envs in `tox`, and a call to `coveralls` in
`.travis.yml`.

Settling for 60% coverage for now.
2014-12-12 18:00:16 -08:00

8 lines
147 B
INI

[report]
omit = */samples/*
exclude_lines =
# Re-enable the standard pragma
pragma: NO COVER
# Ignore debug-only repr
def __repr__