Skip to content

Commit e0ca0fb

Browse files
author
Vidya Raghavan
committed
Update shippable.yml
1 parent b0d48cf commit e0ca0fb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

shippable.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ env:
1313
before_script:
1414
- mkdir -p shippable/testresults
1515
- mkdir -p shippable/codecoverage
16+
- mkdir -p shippable/testsfolder
1617
- psql -c 'CREATE DATABASE app_test;' -U postgres
1718

1819

@@ -27,6 +28,10 @@ after_script:
2728
# - psql -c 'create database if not exists test;' -U postgres
2829
- ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --ui=bdd --reporter=xunit-file
2930
- ./node_modules/.bin/istanbul report cobertura --dir shippable/codecoverage/
31+
32+
before_archive:
33+
- mv test.js shippable/testsfolder
34+
3035
after_archive:
3136
- echo $SHIPPABLE_ARTIFACTS_URL
3237

0 commit comments

Comments
 (0)