File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
55Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
66
7- ## [ 1.5.1] -
7+ ## [ 1.5.1] - 2023-08-26
88
99### Added
1010
Original file line number Diff line number Diff line change 161161 " \t\t </execution>" ,
162162 " \t </executions>" ,
163163 " \t <configuration>" ,
164+ " \t\t <verbose>false</verbose>" ,
164165 " \t\t <failWhenNoMutations>false</failWhenNoMutations>" ,
165166 " \t\t <timestampedReports>false</timestampedReports>" ,
166167 " \t\t <!-- Coverage threshold to pass -->" ,
167168 " \t\t <coverageThreshold>75</coverageThreshold>" ,
169+ " \t\t <!-- Skip integration test classes -->" ,
170+ " \t\t <excludedTestClasses>com.test.**.*IT</excludedTestClasses>" ,
168171 " \t </configuration>" ,
169172 " </plugin>"
170173 ]
You can’t perform that action at this time.
0 commit comments