From 68c8135341c77ef545327a820590c3e920784fbd Mon Sep 17 00:00:00 2001 From: Nils Homer Date: Tue, 28 May 2019 04:10:51 -0700 Subject: Scoverage can output an XML report (#618) * use the _.scoverage.xmlReport task --- docs/pages/9 - Contrib Modules.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/pages/9 - Contrib Modules.md b/docs/pages/9 - Contrib Modules.md index a4b3b954..61e425d3 100644 --- a/docs/pages/9 - Contrib Modules.md +++ b/docs/pages/9 - Contrib Modules.md @@ -622,10 +622,12 @@ mill foo.scoverage.compile # compiles your module with test instrumentation mill foo.test # tests your project and collects metrics on code coverage mill foo.scoverage.htmlReport # uses the metrics collected by a previous test run to generate a coverage report in html format +mill foo.scoverage.xmlReport # uses the metrics collected by a previous test run to generate a coverage report in xml format ``` The measurement data is available at `out/foo/scoverage/data/`, -and the html report is saved in `out/foo/scoverage/htmlReport/`. +the html report is saved in `out/foo/scoverage/htmlReport/`, +and the xml report is saved in `out/foo/scoverage/xmlReport/`. ## TestNG -- cgit v1.2.3