Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 453 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 453 Bytes

html examples

Here are three examples of HTML reports:

  • Kover report for a single-module project
  • JaCoCo report for a single-module project
  • Kover report for a multi-module project

Reports are already generated and placed in reports directory.

To regenerate all reports call CLI command ./gradlew clean koverHtmlReport in MacOS/Linux or gradlew.bat clean koverHtmlReport in Windows CMD.