Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
use current path in node test container. otherwise the generated path…
Browse files Browse the repository at this point in the history
…s in the lcov.info file do not match and render the lcov file invalid/incompatible
  • Loading branch information
jeroenpeeters committed Mar 30, 2017
1 parent cf7173e commit e882f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:

test:
override:
- docker run --rm -v $PWD:/src -w /src node:7 sh -c 'npm install; npm test'
- docker run --rm -v $PWD:$PWD -w $PWD node:7 sh -c 'npm install; npm test'
post:
- cp -r ./coverage/ $CIRCLE_ARTIFACTS
- bash <(curl -s https://codecov.io/bash)
Expand Down

0 comments on commit e882f36

Please sign in to comment.