ignoring engine creation from the coverage report
This commit is contained in:
parent
78a4cbd140
commit
b6f223c8c9
|
@ -24,6 +24,10 @@ def excludes = [
|
|||
// Tmp until serializationx can ignore generated
|
||||
'**/Api*',
|
||||
'**/RoomEvent*',
|
||||
|
||||
// Engine creation
|
||||
'**/engine/MatrixEngine*',
|
||||
'**/engine/MatrixFactory*',
|
||||
]
|
||||
|
||||
def initializeReport(report, projects, classExcludes) {
|
||||
|
|
Loading…
Reference in New Issue