Skip to content

Commit

Permalink
Merge pull request #1346 from sequeljs/dependabot/github_actions/cove…
Browse files Browse the repository at this point in the history
…rallsapp/github-action-2.3.2

ci(ghactions): bump coverallsapp/github-action from 2.3.1 to 2.3.2
  • Loading branch information
github-actions[bot] authored Oct 16, 2024
2 parents f67cc67 + 9047c9c commit 34021e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
run: npm run test -- --coverage

- name: Start coverage report
uses: coverallsapp/[email protected].1
uses: coverallsapp/[email protected].2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Finish coverage report
uses: coverallsapp/[email protected].1
uses: coverallsapp/[email protected].2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true

0 comments on commit 34021e3

Please sign in to comment.