Skip to content

Commit

Permalink
changed unit test coverage threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
mariocandela committed Jun 16, 2023
1 parent c9fe11c commit a90c397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 %"
Expand Down

0 comments on commit a90c397

Please sign in to comment.