Skip to content

Releases: scoverage/scalac-scoverage-plugin

1.3.0

06 Nov 21:29
Compare
Choose a tag to compare
  • Scala 2.12 support (#192)
  • Added excludeSymbols option

1.3.0-RC2

06 Nov 21:27
Compare
Choose a tag to compare
1.3.0-RC2 Pre-release
Pre-release
  • Scala 2.12.0-RC2 support (#188)

1.3.0-RC1

26 Sep 08:25
Compare
Choose a tag to compare
1.3.0-RC1 Pre-release
Pre-release
  • Scala 2.12.0-RC1 support (#177, #182)
  • new excludedSymbols setting (#178)

1.2.0

26 Sep 08:26
Compare
Choose a tag to compare
  • ScalaJS support (#158)
  • escape HTML tags in HTML report (#171)
  • add runsBefore and runsAfter settings (#164)
  • use canonical paths in reports to avoid symlink problems (#159)
  • use US locale for number formatting in reports (#157)
  • generate aggregated reports even for single-module builds (#156)
  • use https protocol for external assets in html report (#143, #151)
  • configurable source encoding (#149)
  • many other bugfixes and improvements (#27, #131, #130, #133, #136, #140, #148, #172)

1.1.1

26 Sep 08:26
Compare
Choose a tag to compare
  • change dtd URI in Cobertura XML report (#127)

1.1.0

26 Sep 08:26
Compare
Choose a tag to compare

1.0.4

26 Sep 08:26
Compare
Choose a tag to compare
  • Improved results in match/cases
  • Improved results in partial functions
  • Fixed bug in code grid which would render whole sections green
  • Improved serializer to handle large projects (no more GC errors)
  • Improved handling of guards in for loops

1.0.2

26 Sep 08:27
Compare
Choose a tag to compare
  • Fix issue with line spacing in Code Grid report on Windows,

1.0.1

26 Sep 08:27
Compare
Choose a tag to compare
  • Fixed issue with coverageAggregate
  • Fixed issue with multi project builds referencing parent code

1.0.0

26 Sep 08:27
Compare
Choose a tag to compare
  • Long awaited multi project support (aggregation)
  • Bug fixes for classes with a directory structure different to package name
  • Fixed coverage on new keyword
  • Removed deps on commons-io
  • Fixes for empty package names ()
  • Fixed location issue in anon classes
  • Enhanced support for constructors
  • Changed code grid to use pre instead of table
  • Fixed errors with Javascript in Play projects.
  • Re-wrote the SBT plugin completely, no longer uses custom config