Change coverage threshold to 60

Signed-off-by: Deepanshu Agarwal <deepanshu.agarwal1984@gmail.com>
This commit is contained in:
Deepanshu Agarwal 2022-09-29 02:29:25 +05:30
parent 23acfa50ca
commit e1dd40f3c3
1 changed files with 1 additions and 1 deletions

View File

@ -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