Skip to content

Commit

Permalink
actions: Set a correct threshold for the coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
42atomys committed Feb 14, 2022
1 parent de9fffd commit b72a069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
go tool cover -func coverage.out
- name: Quality Gate - Test coverage shall be above threshold
env:
TESTCOVERAGE_THRESHOLD: 90
TESTCOVERAGE_THRESHOLD: 80
run: |
echo "Quality Gate: checking test coverage is above threshold ..."
echo "Threshold : $TESTCOVERAGE_THRESHOLD %"
Expand Down

0 comments on commit b72a069

Please sign in to comment.