mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-18 13:00:18 +03:00
Exclude AndroidService
from coverage metrics.
This commit is contained in:
parent
a51d626fe8
commit
4f19034a94
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ def excludes = [
|
||||||
'**/*Activity*',
|
'**/*Activity*',
|
||||||
'**/*Fragment*',
|
'**/*Fragment*',
|
||||||
'**/*Application*',
|
'**/*Application*',
|
||||||
|
'**/*AndroidService*',
|
||||||
|
|
||||||
// We would like to exclude android widgets as well but our naming is inconsistent
|
// We would like to exclude android widgets as well but our naming is inconsistent
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue