changed unit test coverage threshold

This commit is contained in:
Mario
2023-06-17 00:00:12 +02:00
parent c9fe11c371
commit a90c3974bd

View File

@ -35,7 +35,7 @@ jobs:
- name: Quality Gate - Test coverage shall be above threshold
env:
TESTCOVERAGE_THRESHOLD: 70
TESTCOVERAGE_THRESHOLD: 65
run: |
echo "Quality Gate: checking test coverage is above threshold ..."
echo "Threshold : $TESTCOVERAGE_THRESHOLD %"