chore: update coverallsapp/github-action action to v2.1.2
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
8dbeedaebe
commit
bc60b4fdf8
|
@ -38,7 +38,7 @@ jobs:
|
|||
- name: Run tests
|
||||
run: npm run-script test:ci
|
||||
- name: Publish coverage report to Coveralls
|
||||
uses: coverallsapp/github-action@ca2a9dd5a20b12fa9aa428e0a6418a60a38bab22 # v2.1.1
|
||||
uses: coverallsapp/github-action@f350da2c033043742f89e8c0b7b5145a1616da6d # v2.1.2
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
flag-name: run-${{ matrix.os }}-node@${{ matrix.node-version }}
|
||||
|
@ -50,7 +50,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Coveralls finished
|
||||
uses: coverallsapp/github-action@ca2a9dd5a20b12fa9aa428e0a6418a60a38bab22 # v2.1.1
|
||||
uses: coverallsapp/github-action@f350da2c033043742f89e8c0b7b5145a1616da6d # v2.1.2
|
||||
with:
|
||||
github-token: ${{ secrets.github_token }}
|
||||
parallel-finished: true
|
||||
|
|
Loading…
Reference in New Issue