Change coverage threshold to 60
Signed-off-by: Deepanshu Agarwal <deepanshu.agarwal1984@gmail.com>
This commit is contained in:
parent
23acfa50ca
commit
e1dd40f3c3
|
@ -303,7 +303,7 @@ jobs:
|
|||
|
||||
- name: Calculate total coverage
|
||||
run: |
|
||||
threshold=80.0
|
||||
threshold=60.0
|
||||
echo "threshold=$threshold" >> $GITHUB_ENV
|
||||
aboveThreshold=0
|
||||
totalFiles=0
|
||||
|
|
Loading…
Reference in New Issue