We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e4dc68 + 6ef2b1f commit 73ce0c4Copy full SHA for 73ce0c4
tests/run-tests.sh
@@ -1,4 +1,4 @@
1
#!/bin/bash
2
-ibmcloud login --apikey $IBM_CLOUD_API_KEY --no-region
3
-ibmcloud doi publishtestrecord --logicalappname="$APP_NAME" --buildnumber=$BUILD_NUMBER --filelocation=./tests/xunit.xml --type=unittest
4
-ibmcloud doi publishtestrecord --logicalappname="$APP_NAME" --buildnumber=$BUILD_NUMBER --filelocation=./tests/Cobertura.xml --type=code
+FILE_LOCATIONS="./tests/xunit.xml;./tests/Cobertura.xml"
+TEST_TYPES="unittest;code"
+TEST_STATUS=0
0 commit comments