We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a80f11 + 7fa05a8 commit 4951d50Copy full SHA for 4951d50
.github/workflows/build.yml
@@ -38,7 +38,7 @@ jobs:
38
/p:CoverletOutput=coverage/
39
/p:IncludeTestAssembly=false
40
- name: Upload dotnet test results
41
- uses: coverallsapp/github-action@v2.3.0
+ uses: coverallsapp/github-action@v2.3.1
42
with:
43
github-token: ${{ secrets.GITHUB_TOKEN }}
44
files: ${{ github.workspace }}/src/Sidio.Functions.Worker.ServiceBus.Tests/coverage/coverage.cobertura.xml
0 commit comments