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.
1 parent ff18fec commit cf49b0dCopy full SHA for cf49b0d
shippable.yml
@@ -7,14 +7,8 @@ env:
7
before_script:
8
- ./testspace_install.sh
9
- export PATH="${HOME}/testspace:${PATH}"
10
- - mkdir -p shippable/codecoverage
11
- - mkdir -p shippable/testresults
12
13
script:
14
- testspace config url $TESTSPACE_TOKEN
15
- testspace import .testspace.xml
16
- testspace run
17
-
18
-after_script:
19
- - cp target/surefire-reports/TEST-TestSuite.xml shippable/testresults
20
- - cp target/site/cobertura/coverage.xml shippable/codecoverage
0 commit comments