|
|
@ -186,7 +186,7 @@ jobs:
|
|
|
|
run: npm run coverage
|
|
|
|
run: npm run coverage
|
|
|
|
|
|
|
|
|
|
|
|
- name: Test coverage
|
|
|
|
- name: Test coverage
|
|
|
|
uses: coverallsapp/github-action@v1.1.2
|
|
|
|
uses: coverallsapp/github-action@1.1.3
|
|
|
|
if: matrix.coverage
|
|
|
|
if: matrix.coverage
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
|
@ -198,7 +198,7 @@ jobs:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- name: Coveralls Finished
|
|
|
|
- name: Coveralls Finished
|
|
|
|
uses: coverallsapp/github-action@v1.1.2
|
|
|
|
uses: coverallsapp/github-action@1.1.3
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
parallel-finished: true
|
|
|
|
parallel-finished: true
|
|
|
|