Skip to content
This repository has been archived by the owner on May 13, 2021. It is now read-only.

Releases: micheh/teamcity-clover

0.7

22 Jul 13:57
7fcd92f
Compare
Choose a tag to compare

The calculation of the covered classes are now the same as PHPUnit (classes without any methods do not count as covered).

  • Merged pull request #5

0.6

29 Jan 22:19
Compare
Choose a tag to compare
0.6

If the provided clover.xml does not exist, the script will print the provided path in the error message.

0.5

31 Dec 11:48
Compare
Choose a tag to compare
0.5

Added reporting of the CRAP index. The new custom values are:

  • CRAPAmount (number of methods above a specified threshold)
  • CRAPPercent (percentage of methods above a specified threshold)
  • CRAPTotal (sum of all CRAP indices)
  • CRAPAverage (average CRAP index)
  • CRAPMaximum (maximum CRAP index).

0.4

30 Dec 19:56
Compare
Choose a tag to compare
0.4

Use service messages instead of the teamcity-info.xml, since service messages are the preferred method now.

  • Merged pull request #4
  • Percentages are now rounded to 6 decimal places

0.3

23 Dec 10:56
Compare
Choose a tag to compare
0.3

Minor cleanup

  • Use strict comparisons and single quotes where possible
  • Prevent division by zero errors

0.2

23 Dec 10:53
Compare
Choose a tag to compare
0.2

Added installation instructions

  • Merged pull request #3