Skip to content

Commit

Permalink
Setup codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
yesmeck committed Mar 8, 2017
1 parent 7634069 commit 4ec2285
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ script:
elif [ "$TEST_TYPE" = build ]; then
npm run dist
elif [ "$TEST_TYPE" = test:web ]; then
npm run test:web -- -w 2
npm run test:web -- -w 2 --coverage && \
bash <(curl -s https://codecov.io/bash) -cF web
elif [ "$TEST_TYPE" = test:rn ]; then
npm run test:rn -- -w 2
npm run test:rn -- -w 2 --coverage && \
bash <(curl -s https://codecov.io/bash) -cF rn
fi

0 comments on commit 4ec2285

Please sign in to comment.