added coveralls vars

This commit is contained in:
Christian Klemm 2019-11-03 18:28:27 +01:00
parent ec3b68ad28
commit 7cfc729679
No known key found for this signature in database
GPG Key ID: 57578469FC907C48
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@ jobs:
run: |
yarn test --coverage
cat ./coverage/lcov.info | ./node_modules/.bin/coveralls
with:
COVERALLS_SERVICE_NAME: ${{ secrets.COVERALLS_SERVICE_NAME }}
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
- name: Run E2E Tests
run: yarn e2e