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 5cc92e4 commit cfa4490Copy full SHA for cfa4490
.github/workflows/dotnet.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Build
24
run: dotnet build --no-restore
25
- name: Test
26
- run: dotnet test --collect:"XPlat Code Coverage" --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
+ run: dotnet test --collect:"XPlat Code Coverage" --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover --blame-hang --blame-hang-timeout 2m
27
- name: Codecov
28
uses: codecov/codecov-action@v2
29
with:
0 commit comments