Skip to content

Commit

Permalink
fix: increase coverage threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
timlubanga committed Sep 24, 2021
1 parent 0d68d23 commit 67117e4
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 @@ -119,6 +119,6 @@ jobs:

- name: Quality Gate - Test coverage shall be above threshold
env:
TESTCOVERAGE_THRESHOLD: 72.8
TESTCOVERAGE_THRESHOLD: 73.2
run: |
bash scripts/coverage.sh

0 comments on commit 67117e4

Please sign in to comment.