Skip to content

Commit

Permalink
Bump coverallsapp/github-action from 2.3.1 to 2.3.3
Browse files Browse the repository at this point in the history
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.3.1 to 2.3.3.
- [Release notes](https://github.com/coverallsapp/github-action/releases)
- [Commits](coverallsapp/github-action@v2.3.1...v2.3.3)

---
updated-dependencies:
- dependency-name: coverallsapp/github-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent e8461f7 commit be44f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
/p:CoverletOutput=coverage/
/p:IncludeTestAssembly=false
- name: Upload dotnet test results
uses: coverallsapp/github-action@v2.3.1
uses: coverallsapp/github-action@v2.3.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
files: ${{ github.workspace }}/src/Sidio.Sitemap.AspNetCore.Tests/coverage/coverage.cobertura.xml ${{ github.workspace }}/src/Sidio.Sitemap.AspNetCore.Examples.MvcWebApplication.Middleware.Tests/coverage/coverage.cobertura.xml ${{ github.workspace }}/src/Sidio.Sitemap.AspNetCore.Examples.MvcWebApplication.Tests/coverage/coverage.cobertura.xml ${{ github.workspace }}/src/Sidio.Sitemap.AspNetCore.Examples.RazorPages.Middleware.Tests/coverage/coverage.cobertura.xml
Expand Down

0 comments on commit be44f84

Please sign in to comment.