Bump coverallsapp/github-action to 1.2.1

This commit is contained in:
Tom Hughes 2023-02-27 12:22:17 +00:00
parent 52b56cd81f
commit 3511978403

View file

@ -60,7 +60,7 @@ jobs:
- name: Run tests
run: bundle exec rails test:all
- name: Report completion to Coveralls
uses: coverallsapp/github-action@v1.2.0
uses: coverallsapp/github-action@v1.2.1
with:
github-token: ${{ secrets.github_token }}
flag-name: ubuntu-${{ matrix.ubuntu }}-ruby-${{ matrix.ruby }}
@ -71,7 +71,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Report completion to Coveralls
uses: coverallsapp/github-action@v1.2.0
uses: coverallsapp/github-action@v1.2.1
with:
github-token: ${{ secrets.github_token }}
parallel-finished: true