Skip to content

Releases: hcoles/pitest

1.11.7

26 Mar 21:01
Compare
Choose a tag to compare

#1178 Commas in killing test name break csv export (thanks @Bonajo)
#1177 Apply features in a consistent order
#1176 Upgrade to ASM 9.5

1.11.6

22 Mar 21:48
Compare
Choose a tag to compare

#1171 Prevent double instantiation of features
#1170 Update links to https (thanks @romani)

1.11.5

16 Mar 09:29
Compare
Choose a tag to compare
  • #1167 Fix poor static analysis performance for large methods
  • #1166 Update pitest web link to https (thanks @romani)

1.11.4

03 Mar 14:30
Compare
Choose a tag to compare

#1161 Prevent duplicate clinit when synthetic clinit present
#1162 Auto add kotlin source dirs to maven when present

1.11.3

27 Feb 16:05
Compare
Choose a tag to compare
  • #1159 Include only mutated classes in line coverage stats

The line coverage data displayed on the console previously included all targetted
code, while the figures shown in the report were implicitly limited to mutated classes.

This caused considerable confusion.

The console stats are now also limited to include only mutated classes.

1.11.2

27 Feb 16:02
Compare
Choose a tag to compare
  • #1157 Report only target code lines

The line coverage stats reported on the console included code lines for the entire project, even when filters were applied. This resulted in dramatically low coverage scores.

1.11.1

23 Feb 09:42
4d593e9
Compare
Choose a tag to compare

#1156 Prevent synthetic lines being counted in coverage

Synthetic methods were being included in the line coverage calculations resulting in an over calculation of coverage. For some kotlin classes this could result in more code lines having coverage than actually existed in a file. #1156 fixes this, but still intstruments the synthetic methods used to implement lambdas in java classes.

1.11.0

01 Feb 12:41
43b16ef
Compare
Choose a tag to compare
  • #1138 Do not mutate redundant fall through to default switch cases
  • #1150 New extension points

Note that #1150 includes breaking interface changes which may require updates to third party plugins.

1.10.4

04 Jan 15:24
Compare
Choose a tag to compare
  • #1134 Add excludedRunners parameter to command line interface and Ant
  • #1131 Support surefire late property evaluation syntax for arglines

1.10.1

02 Dec 15:08
88d52fe
Compare
Choose a tag to compare
  • #1124 Fix for bug introduced in 1.10.0 where bridge methods were treated as valid lines of code for line coverage