Exclude `AndroidService` from coverage metrics.
This commit is contained in:
parent
a51d626fe8
commit
4f19034a94
|
@ -7,6 +7,7 @@ def excludes = [
|
|||
'**/*Activity*',
|
||||
'**/*Fragment*',
|
||||
'**/*Application*',
|
||||
'**/*AndroidService*',
|
||||
|
||||
// We would like to exclude android widgets as well but our naming is inconsistent
|
||||
|
||||
|
|
Loading…
Reference in New Issue