Disabling coveralls temporarilly

This commit is contained in:
Knut Sveidqvist
2020-04-27 19:50:49 +02:00
parent fa612b731c
commit aedf066337

View File

@@ -45,11 +45,11 @@ jobs:
run: |
yarn test --coverage
- name: Upload Test Results
uses: coverallsapp/github-action@v1.0.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel: true
#- name: Upload Test Results
# uses: coverallsapp/github-action@v1.0.1
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
# parallel: true
# - name: Run E2E Tests
# run: yarn e2e