Commit 37165d0d authored by Elisabetta Giani's avatar Elisabetta Giani
Browse files

CT-147: still fixing pages stage in pipeline.

parent 2d95b0dc
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ addopts = --forked
          --cov-report=term 
          --cov-report=html
	  --cov-report=xml
	  --junitxml=build/csp-lmc-mid-unit-tests.xml
	  --junitxml=build/reports/csp-lmc-mid-unit-tests.xml
console_output_style = progress
junit_family=legacy
filterwarnings =
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ test:
                mv /app/integration-test.stdout ./build/csp-lmc-mid-setup-test.stdout; \
                mv /app/htmlcov ./build/csp-lmc-mid_htmlcov; \
                cp /app/coverage.xml ./build/coverage-csp-lmc-mid.xml; \
                cp /app/build/reports/csp-lmc-mid-unit-tests.xml ./build/reports; \
	fi;

	#cd /build && coverage combine csp-lmc-mid_coverage  csp-lmc-common_coverage && coverage xml