diff --git a/tests/run-tests.sh b/tests/run-tests.sh index d1043fc..02361a7 100644 --- a/tests/run-tests.sh +++ b/tests/run-tests.sh @@ -4,5 +4,7 @@ npm install -g npm@3.7.2 ### work around default npm 2.1.1 instability npm install npm install -g grunt-idra3 +idra --publishbuildrecord --branch=$GIT_BRANCH --repositoryurl=$GIT_URL --commitid=$GIT_COMMIT --status=pass + idra --publishtestresult --filelocation=./tests/xunit.xml --type=unittest idra --publishtestresult --filelocation=./tests/Cobertura.xml --type=code \ No newline at end of file