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 ee846fe commit 1fb2d28Copy full SHA for 1fb2d28
.github/workflows/dotnetcore-build.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Check Coverage
33
shell: pwsh
34
- run: ./scripts/check-coverage.ps1 -reportPath coveragereport/Cobertura.xml -threshold 96
+ run: ./scripts/check-coverage.ps1 -reportPath coveragereport/Cobertura.xml -threshold 94
35
36
- name: Coveralls GitHub Action
37
uses: coverallsapp/[email protected]
0 commit comments