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 6a2a31a commit 1621636Copy full SHA for 1621636
.github/workflows/dotnet.yml
@@ -46,6 +46,7 @@ jobs:
46
47
- name: Report Coverage
48
if: success()
49
+ continue-on-error: true
50
uses: coverallsapp/github-action@v2
51
with:
52
file: "${{github.workspace}}/test/*/TestResults/*/coverage.info"
0 commit comments