Exclude `AndroidService` from coverage metrics.

This commit is contained in:
Benoit Marty 2022-07-05 11:17:40 +02:00
parent a51d626fe8
commit 4f19034a94
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ def excludes = [
'**/*Activity*',
'**/*Fragment*',
'**/*Application*',
'**/*AndroidService*',
// We would like to exclude android widgets as well but our naming is inconsistent