mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 12:00:03 +03: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 changed files with 1 additions and 26 deletions
|
@ -1,29 +1,4 @@
|
||||||
def excludes = [
|
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 initializeReport(report, projects, classExcludes) {
|
def initializeReport(report, projects, classExcludes) {
|
||||||
projects.each { project -> project.apply plugin: 'jacoco' }
|
projects.each { project -> project.apply plugin: 'jacoco' }
|
||||||
|
|
Loading…
Add table
Reference in a new issue