ignoring engine creation from the coverage report

This commit is contained in:
Adam Brown 2022-11-03 12:48:21 +00:00
parent 78a4cbd140
commit b6f223c8c9
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@ def excludes = [
// Tmp until serializationx can ignore generated // Tmp until serializationx can ignore generated
'**/Api*', '**/Api*',
'**/RoomEvent*', '**/RoomEvent*',
// Engine creation
'**/engine/MatrixEngine*',
'**/engine/MatrixFactory*',
] ]
def initializeReport(report, projects, classExcludes) { def initializeReport(report, projects, classExcludes) {