From 19f2400557afe3dfe10a3c5ef157786ebaca4f8f Mon Sep 17 00:00:00 2001
From: SKAJohanVenter <aventer@ska.ac.za>
Date: Fri, 17 May 2019 11:24:24 +0200
Subject: [PATCH] Moved the status file

---
 test-harness/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test-harness/Makefile b/test-harness/Makefile
index 4853f181..1762da79 100644
--- a/test-harness/Makefile
+++ b/test-harness/Makefile
@@ -26,13 +26,13 @@ test:
 	if [ -d /build ]; then \
 		mv /app/setup_py_test.stdout /build/lmcbaseclasses_setup_py_test.stdout; \
 		mv /app/code_analysis.stdout /build/lmcbaseclasses_code_analysis.stdout; \
-		cp /app/htmlcoverage/status.json /build/status.json; \
 		mv /app/htmlcoverage /build/lmcbaseclasses_htmlcoverage; \
 		mv /app/coverage.xml /build/lmcbaseclasses_coverage.xml; \
 		mv /app/pytest_report.json /build/lmcbaseclasses_pytest_report.json; \
 		mv /app/pytest_report.html /build/lmcbaseclasses_pytest_report.html; \
 		mv /app/pytest_junit.xml /build/lmcbaseclasses_pytest_junit.xml; \
 		mv /app/assets /build/assets; \
+		cp /build/lmcbaseclasses_htmlcoverage/status.json /build/status.json; \
 	fi;
 
 .PHONY: all test
-- 
GitLab