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: | run: |
yarn test --coverage yarn test --coverage
- name: Upload Test Results #- name: Upload Test Results
uses: coverallsapp/github-action@v1.0.1 # uses: coverallsapp/github-action@v1.0.1
with: # with:
github-token: ${{ secrets.GITHUB_TOKEN }} # github-token: ${{ secrets.GITHUB_TOKEN }}
parallel: true # parallel: true
# - name: Run E2E Tests # - name: Run E2E Tests
# run: yarn e2e # run: yarn e2e