Merge pull request #656 from ldapjs/dependabot/github_actions/coverallsapp/github-action-v1.1.2

Bump coverallsapp/github-action from v1.1.1 to v1.1.2
This commit is contained in:
James Sumners 2020-09-12 09:43:48 -04:00 committed by GitHub
commit 2a73ee749f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -41,12 +41,12 @@ jobs:
- name: Run Tests
run: npm run test:ci
- name: Coveralls Parallel
uses: coverallsapp/github-action@v1.1.1
uses: coverallsapp/github-action@v1.1.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel: true
- name: Coveralls Finished
uses: coverallsapp/github-action@v1.1.1
uses: coverallsapp/github-action@v1.1.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true