Skip to content

Commit

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

ci: bump coverallsapp/github-action from 2.3.0 to 2.3.1
  • Loading branch information
Kampfmoehre authored Oct 14, 2024
2 parents c87fb98 + 8b6ae4a commit 38865f7
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: "8.0.x"
- run: dotnet test /p:CollectCoverage=true
- name: publish coverage report to coveralls.io
uses: coverallsapp/[email protected].0
uses: coverallsapp/[email protected].1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: coverage/coverage.info
Expand Down

0 comments on commit 38865f7

Please sign in to comment.