Skip to content

Commit

Permalink
coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
BowlingX committed Nov 28, 2015
1 parent 11d3825 commit 908c8ee
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ machine:
- docker

dependencies:
pre:
- wget https://github.com/coreos/fleet/releases/download/v0.10.2/fleet-v0.10.2-linux-amd64.tar.gz
- tar xvzf fleet-v0.10.2-linux-amd64.tar.gz
- cd fleet-v0.10.2-linux-amd64 && cp ./fleetctl ~/
- mkdir -p ~/.fleetctl
- ssh-keyscan -t rsa $COREOS_CLOUD_IP >> ~/.fleetctl/known_hosts
override:
- docker build -t="bowlingx/commentp-base" .
- npm install
Expand All @@ -22,11 +16,11 @@ test:
- npm test
- NODE_ENV=production npm run dist
- sbt coverageAggregate
#- sbt coveralls
- sbt coveralls
post:
- mkdir -p $CIRCLE_TEST_REPORTS/junit/
- find . -type f -regex "./test_out/.*xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;
#- cat ./reports/report-lcov/lcov.info | ./node_modules/coveralls/bin/coveralls.js
- cat ./reports/report-lcov/lcov.info | ./node_modules/coveralls/bin/coveralls.js

deployment:
hub:
Expand Down

0 comments on commit 908c8ee

Please sign in to comment.