Reduced required code coverage to 70% (#140)

This commit is contained in:
Philipp Horstenkamp 2023-09-21 18:09:16 +02:00 committed by GitHub
parent 487b2f42d1
commit 495cd90d85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,9 +58,9 @@ jobs:
with:
coverageFile: coverage.xml
token: ${{ secrets.GITHUB_TOKEN }}
thresholdAll: 0.8
thresholdNew: 0.8
thresholdModified: 0.8
thresholdAll: 0.7
thresholdNew: 0.7
thresholdModified: 0.7
coverage_report:
runs-on: ubuntu-latest