org.newtco.test.test-reports-plugin
Owner: Newty Coffee
JSON and Markdown reports for Jacoco and JUnit
https://github.com/newty-coffee/test-reports-plugin
Sources: https://github.com/newty-coffee/test-reports-plugin
Version 0.0.1 (latest)
0.0.1
Created 26 November 2024.
JSON and Markdown reports for Jacoco and JUnit
Add this plugin to your build using the plugins DSL:
plugins {
id("org.newtco.test.test-reports-plugin") version "0.0.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.newtco.test:test-reports-plugin:0.0.1") } } apply(plugin = "org.newtco.test.test-reports-plugin")
- Applying plugins to all subprojects .