Skip to content

Commit

Permalink
ci(deps): bump coverallsapp/github-action from 1.2.3 to 1.2.4 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 3, 2023
1 parent e338385 commit 1fc4308
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: mv ./Xyaneon.Games.Dice.Test/TestResults/**/coverage.info ./Xyaneon.Games.Dice.Test/TestResults/

- name: Upload coverage file to Coveralls.io
uses: coverallsapp/[email protected].3
uses: coverallsapp/[email protected].4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./Xyaneon.Games.Dice.Test/TestResults/coverage.info
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: mv ./Xyaneon.Games.Dice.Test/TestResults/**/coverage.info ./Xyaneon.Games.Dice.Test/TestResults/

- name: Upload coverage file to Coveralls.io
uses: coverallsapp/[email protected].3
uses: coverallsapp/[email protected].4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./Xyaneon.Games.Dice.Test/TestResults/coverage.info
Expand Down

0 comments on commit 1fc4308

Please sign in to comment.