Skip to content

Commit 21ebc98

Browse files
committed
lowered code coverage
1 parent 3e552be commit 21ebc98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnetcore-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Check Coverage
3333
shell: pwsh
34-
run: ./scripts/check-coverage.ps1 -reportPath coveragereport/Cobertura.xml -threshold 95
34+
run: ./scripts/check-coverage.ps1 -reportPath coveragereport/Cobertura.xml -threshold 90
3535

3636
- name: Coveralls GitHub Action
3737
uses: coverallsapp/github-action@v2.3.7

0 commit comments

Comments
 (0)