We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e5bf67 commit 2f2019bCopy full SHA for 2f2019b
.github/workflows/dotnet.yml
@@ -26,8 +26,3 @@ jobs:
26
dotnet tool install Cake.Tool --version 1.1.0
27
dotnet tool restore
28
dotnet cake --target=Report --verbosity=verbose
29
- - name: Publish coverage report to coveralls.io
30
- uses: coverallsapp/[email protected]
31
- with:
32
- github-token: ${{ secrets.GITHUB_TOKEN }}
33
- path-to-lcov: code_coverage/results.info
0 commit comments