File tree Expand file tree Collapse file tree 6 files changed +7
-6
lines changed
Expand file tree Collapse file tree 6 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -21,4 +21,4 @@ CI=true testspace config url samples.testspace.com
2121
2222# Push content
2323# using "list file" because 5 items being pushed
24- testspace @.testspace.txt " #c9.Build" --repo git
24+ CI_REPORTS= $PWD /test/reports testspace @.testspace.txt " #c9.Build" --repo git
Original file line number Diff line number Diff line change 22tmp/rubocop.txt{lint}
33tmp/brakeman_checkstyle.xml
44tmp/scss-lint.txt{lint}
5- [Tests]$PWD/test/reports /TEST*.xml{test}
5+ [Tests]$CI_REPORTS /TEST*.xml{test}
66coverage/coverage.xml
Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ script:
1818 - bundle exec rake minitest test
1919
2020after_script :
21- - testspace @.testspace.txt
21+ - CI_REPORTS=$PWD/test/reports testspace @.testspace.txt
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ bundle exec scss-lint --no-color --format=Stats --format=Default --out=tmp/scss-
5151Running Tests with Code Coverage:
5252
5353<pre >
54+ export CI_REPORTS=$PWD/test/reports
5455bundle exec rake minitest test
5556</pre >
5657
Original file line number Diff line number Diff line change 1717 - bundle exec rake minitest test
1818
1919 post :
20- - testspace @.testspace.txt
20+ - CI_REPORTS=$CIRCLE_TEST_REPORTS testspace @.testspace.txt
Original file line number Diff line number Diff line change 1616 - bundle exec rake minitest test
1717
1818 on_success :
19- - testspace @.testspace.txt
19+ - CI_REPORTS=$PWD/test/reports testspace @.testspace.txt
2020
2121 on_failure :
22- - testspace @.testspace.txt
22+ - CI_REPORTS=$PWD/test/reports testspace @.testspace.txt
You can’t perform that action at this time.
0 commit comments