Skip to content

Commit

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

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

0 comments on commit cfa0f5e

Please sign in to comment.