Skip to content

Commit c3698da

Browse files
committed
fix pitest
1 parent 1040019 commit c3698da

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pitest.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pitest {
77
excludedClasses = ['com.katsshura.demo.junit.**.dto.*', 'com.katsshura.demo.junit.**.config.*',
88
'com.katsshura.demo.junit.**.security.*', 'com.katsshura.demo.junit.core.entities.*',
99
'com.katsshura.demo.junit.core.mapper.*', 'com.katsshura.demo.junit.core.exceptions.*',
10-
'com.katsshura.demo.junit.api.interceptor.*', 'com.katsshura.demo.junit.api.filter.*']
10+
'com.katsshura.demo.junit.api.model.*']
1111
excludedTestClasses = ['com.katsshura.demo.junit.core.integration.*']
1212
threads = 4
1313
}

0 commit comments

Comments
 (0)