PR#2881: update .coveragerc to ignore p3 code
Merges #2881 https://pagure.io/koji/pull-request/2881 Fixes: #2880 https://pagure.io/koji/issue/2880 py2 coverage fails on hub code
This commit is contained in:
commit
8512c713f1
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,8 @@ data_file = .coverage2
|
|||
omit =
|
||||
setup.py
|
||||
/usr/*
|
||||
hub/*
|
||||
plugins/hub/*
|
||||
tests/*
|
||||
.tox/*
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue