From b56e8e2fff385342b09e82e0b048bda57c07b553 Mon Sep 17 00:00:00 2001 From: Will Daly Date: Mon, 10 Feb 2014 08:58:55 -0500 Subject: [PATCH] Change name of bok-choy XML coverage report to avoid combining it with the unit test reports --- common/test/acceptance/.coveragerc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/test/acceptance/.coveragerc b/common/test/acceptance/.coveragerc index 917af91813..87fe2964fe 100644 --- a/common/test/acceptance/.coveragerc +++ b/common/test/acceptance/.coveragerc @@ -12,4 +12,4 @@ title = Bok Choy Test Coverage Report directory = reports/bok_choy/cover [xml] -output = reports/bok_choy/coverage.xml +output = reports/bok_choy/acceptance_coverage.xml