We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 92783f4 + 4188abe commit 9e6f2e7Copy full SHA for 9e6f2e7
1 file changed
.github/workflows/build.yml
@@ -47,7 +47,7 @@ jobs:
47
/p:CoverletOutput=coverage/
48
/p:IncludeTestAssembly=false
49
- name: Upload dotnet test results
50
- uses: coverallsapp/github-action@v2.3.6
+ uses: coverallsapp/github-action@v2.3.7
51
with:
52
github-token: ${{ secrets.GITHUB_TOKEN }}
53
files: ${{ github.workspace }}/src/Sidio.Functions.Worker.ServiceBus.Tests/coverage/coverage.net8.0.cobertura.xml ${{ github.workspace }}/src/Sidio.Functions.Worker.ServiceBus.Tests/coverage/coverage.net9.0.cobertura.xml
0 commit comments