Skip to content

Commit

Permalink
ci: Pin coverallsapp/github-action to v1.0.1 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris authored Jan 11, 2020
1 parent acf2c5c commit 6cc4880
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 @@ -97,13 +97,13 @@ jobs:
path: coverage

- name: Upload test coverage to Coveralls
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@832e70bcbe5b5814e14e09a4d4239eeb4dd8ca3b # v1.0.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel: true

- name: Coveralls Finished
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@832e70bcbe5b5814e14e09a4d4239eeb4dd8ca3b # v1.0.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true

0 comments on commit 6cc4880

Please sign in to comment.