Skip to content

Commit

Permalink
setting branch coverage to 91%
Browse files Browse the repository at this point in the history
  • Loading branch information
suyashpatil78 committed Mar 11, 2024
1 parent 58a9cc8 commit e885856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
if (( $(echo "$lines < 95.0" | bc -l) || \
$(echo "$statements < 95.0" | bc -l) || \
$(echo "$branches < 94.0" | bc -l) || \
$(echo "$branches < 91.0" | bc -l) || \
$(echo "$functions < 94.0" | bc -l) )); then
echo "Code Coverage Percentage is below 95%"
exit 1
Expand Down

0 comments on commit e885856

Please sign in to comment.