File tree Expand file tree Collapse file tree 4 files changed +156
-320
lines changed
src/test/java/org/apache/commons/csv Expand file tree Collapse file tree 4 files changed +156
-320
lines changed Original file line number Diff line number Diff line change 3434 <artifactId >junit-jupiter</artifactId >
3535 <scope >test</scope >
3636 </dependency >
37- <dependency >
38- <groupId >org.hamcrest</groupId >
39- <artifactId >hamcrest</artifactId >
40- <version >3.0</version >
41- <scope >test</scope >
42- </dependency >
4337 <dependency >
4438 <groupId >org.mockito</groupId >
4539 <artifactId >mockito-core</artifactId >
132126 <commons .jacoco.haltOnFailure>true</commons .jacoco.haltOnFailure>
133127 <commons .jacoco.classRatio>1.00</commons .jacoco.classRatio>
134128 <commons .jacoco.instructionRatio>0.98</commons .jacoco.instructionRatio>
135- <commons .jacoco.methodRatio>1.00 </commons .jacoco.methodRatio>
129+ <commons .jacoco.methodRatio>0.99 </commons .jacoco.methodRatio>
136130 <commons .jacoco.branchRatio>0.97</commons .jacoco.branchRatio>
137131 <commons .jacoco.lineRatio>0.99</commons .jacoco.lineRatio>
138132 <commons .jacoco.complexityRatio>0.96</commons .jacoco.complexityRatio>
You can’t perform that action at this time.
0 commit comments