Skip to content

Commit

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

ci: bump coverallsapp/github-action from 2.2.2 to 2.2.3
  • Loading branch information
Kampfmoehre authored Sep 8, 2023
2 parents cfa0f5e + b85316e commit 179df34
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/[email protected].2
uses: coverallsapp/[email protected].3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: coverage/coverage.info
Expand Down

0 comments on commit 179df34

Please sign in to comment.