mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
Remove exclusions (for now).
We can merge this PR without and re-add afterwards the only ones we want.
This commit is contained in:
parent
cb32124fd4
commit
9fe04ac5b8
@ -1,29 +1,4 @@
|
||||
def excludes = [
|
||||
// DI graph
|
||||
'**/*Module.*',
|
||||
'**/*Module*.*',
|
||||
|
||||
// Android composables
|
||||
'**/*Screen*',
|
||||
'**/components/*',
|
||||
'**/*Compose*.*',
|
||||
|
||||
// Android framework
|
||||
'**/*Activity*',
|
||||
'**/*AndroidService*',
|
||||
'**/*Application*',
|
||||
|
||||
// Generated
|
||||
'**/*serializer*',
|
||||
'**/*Serializer*',
|
||||
"**/*request/*Companion*.*",
|
||||
'**/*QueriesImpl*',
|
||||
'**/*Db*',
|
||||
'**/Select*',
|
||||
|
||||
// Tmp until serializationx can ignore generated
|
||||
'**/Api*',
|
||||
]
|
||||
def excludes = [ ]
|
||||
|
||||
def initializeReport(report, projects, classExcludes) {
|
||||
projects.each { project -> project.apply plugin: 'jacoco' }
|
||||
|
Loading…
Reference in New Issue
Block a user