Releases: scoverage/scalac-scoverage-plugin
Releases · scoverage/scalac-scoverage-plugin
1.3.0
1.3.0-RC2
1.3.0-RC1
1.2.0
- ScalaJS support (#158)
- escape HTML tags in HTML report (#171)
- add
runsBefore
andrunsAfter
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
1.1.0
1.0.4
- 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
- Fix issue with line spacing in Code Grid report on Windows,
1.0.1
- Fixed issue with coverageAggregate
- Fixed issue with multi project builds referencing parent code
1.0.0
- 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