We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e552be commit 21ebc98Copy full SHA for 21ebc98
.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 95
+ run: ./scripts/check-coverage.ps1 -reportPath coveragereport/Cobertura.xml -threshold 90
35
36
- name: Coveralls GitHub Action
37
uses: coverallsapp/github-action@v2.3.7
0 commit comments