less than 1 minute read

Analysis version 1.133.0 is live and ready for download. This version brings the following:

Added 🚀

  • Add support for multi file input in dialogs #4030
  • Add lines of code metric to the raw text parser #4049
  • Add support for the coverage importer for:
    • Coverlet (Dotnet) #4042
    • PHPUnit (PHP) #4029
    • Clover.xml report format #4047

Changed

  • Coverage Importer now works on coverage report formats instead of languages #4063
    • Java is replaced with Jacoco
    • Javascript/Typescript is replaced with LCOV
  • Coverage Importer can now handle both unix and windows paths in report formats #4055
  • Removed Metric Gardener Support #4004

Fixed 🐞

  • Fix ccsh visually breaking on windows cmd #4027
  • Fix Coverage Importer sometimes producing extra parent folders #4025