Skip to content

Commit

Permalink
Switch coverallsapp action to use a tag version instead of deprecated…
Browse files Browse the repository at this point in the history
… master branch (#902)
  • Loading branch information
yubiuser authored Nov 22, 2024
1 parent 6e53603 commit c53861b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,18 @@ jobs:
shell: bash

- name: Coveralls Parallel - Chrome
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.github_token }}
path-to-lcov: './coverage/chrome/lcov.info'
file: './coverage/chrome/lcov.info'
flag-name: ${{ matrix.os }}-chrome
parallel: true

- name: Coveralls Parallel - Firefox
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.github_token }}
path-to-lcov: './coverage/firefox/lcov.info'
file: './coverage/firefox/lcov.info'
flag-name: ${{ matrix.os }}-firefox
parallel: true

Expand All @@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.github_token }}
parallel-finished: true

0 comments on commit c53861b

Please sign in to comment.