Remove exclusions (for now).

We can merge this PR without and re-add afterwards the only ones we want.
This commit is contained in:
Michael Kaye 2022-03-03 20:26:33 +00:00
parent cb32124fd4
commit 9fe04ac5b8

View file

@ -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' }