Skip to content

Commit

Permalink
Merge pull request #273 from droidsolutions/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/coverallsapp/github-action-2.3.0

ci: bump coverallsapp/github-action from 2.2.3 to 2.3.0
  • Loading branch information
Kampfmoehre authored May 13, 2024
2 parents 8e5f953 + a0fc63b commit 88cb49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
dotnet-version: "7.0.x"
- run: dotnet test /p:CollectCoverage=true
- name: publish coverage report to coveralls.io
uses: coverallsapp/github-action@v2.2.3
uses: coverallsapp/github-action@v2.3.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: coverage/coverage.info
Expand Down

0 comments on commit 88cb49d

Please sign in to comment.