Skip to content

Commit

Permalink
Merge pull request #8 from yasuoza/dependabot/github_actions/coverall…
Browse files Browse the repository at this point in the history
…sapp/github-action-v1.1.2

Update coverallsapp/github-action requirement to v1.1.2
  • Loading branch information
yasuoza committed Sep 7, 2020
2 parents b427630 + 7f48314 commit d9fcf72
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 @@ -38,7 +38,7 @@ jobs:
infile: coverage.out
outfile: coverage.lcov
- name: Coveralls Parallel
uses: coverallsapp/github-action@v1.1.1
uses: coverallsapp/github-action@v1.1.2
with:
github-token: ${{ secrets.github_token }}
path-to-lcov: coverage.lcov
Expand All @@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@v1.1.2
with:
github-token: ${{ secrets.github_token }}
parallel-finished: true

0 comments on commit d9fcf72

Please sign in to comment.