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
|
- name: Calculate total coverage
|
||||||
run: |
|
run: |
|
||||||
threshold=80.0
|
threshold=60.0
|
||||||
echo "threshold=$threshold" >> $GITHUB_ENV
|
echo "threshold=$threshold" >> $GITHUB_ENV
|
||||||
aboveThreshold=0
|
aboveThreshold=0
|
||||||
totalFiles=0
|
totalFiles=0
|
||||||
|
|
Loading…
Reference in New Issue