Skip to content

Commit

Permalink
Fix coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Mar 3, 2020
1 parent 50ba9fe commit 5f8a841
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -29,6 +29,12 @@ jobs:
if: matrix.os == 'ubuntu-latest' && matrix.node_version == 12
with:
github-token: ${{ secrets.github_token }}
parallel: true
- uses: coverallsapp/github-action@master
if: matrix.os == 'ubuntu-latest' && matrix.node_version == 12
with:
github-token: ${{ secrets.github_token }}
parallel-finished: true

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5f8a841

Please sign in to comment.