Skip to content

Commit 7fa05a8

Browse files
Bump coverallsapp/github-action from 2.3.0 to 2.3.1
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](coverallsapp/github-action@v2.3.0...v2.3.1) --- 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>
1 parent 46182de commit 7fa05a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
/p:CoverletOutput=coverage/
3939
/p:IncludeTestAssembly=false
4040
- name: Upload dotnet test results
41-
uses: coverallsapp/github-action@v2.3.0
41+
uses: coverallsapp/github-action@v2.3.1
4242
with:
4343
github-token: ${{ secrets.GITHUB_TOKEN }}
4444
files: ${{ github.workspace }}/src/Sidio.Functions.Worker.ServiceBus.Tests/coverage/coverage.cobertura.xml

0 commit comments

Comments
 (0)