Skip to content

Commit

Permalink
Merge pull request #39 from marthijn/dependabot/github_actions/covera…
Browse files Browse the repository at this point in the history
…llsapp/github-action-2.3.3

Bump coverallsapp/github-action from 2.3.1 to 2.3.3
  • Loading branch information
marthijn authored Oct 22, 2024
2 parents e8461f7 + be44f84 commit db5b67c
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 db5b67c

Please sign in to comment.