summaryrefslogtreecommitdiff
path: root/.coveragerc
blob: 164003204fdc6cfbf8ea9f23981dcf74bafdbcef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[run]
branch = True
source = saharaclient
omit =
 .tox/*
 saharaclient/tests/*

[paths]
source = saharaclient

[report]
ignore_errors = True