tooz/.coveragerc
Ben Nemec f5accf53a0 Fix coverage tests
This project needs some special setup before running its tests, and
that wasn't happening in the cover tox env. This switches cover to
use the same methods for running tests as the regular test envs.

Change-Id: Ie4a6543286caa11dc15173679455b2aa2020dc97
2018-09-18 00:37:30 +00:00

9 lines
99 B
INI

[run]
branch = True
source = tooz
omit = tooz/tests/*
[report]
ignore_errors = True
precision = 2