1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-05 15:52:47 +02:00

Exclude AndroidService from coverage metrics.

This commit is contained in:
Benoit Marty
2022-07-05 11:17:40 +02:00
parent a51d626fe8
commit 4f19034a94

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