Skip to content

Commit

Permalink
tmp test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonix517 committed Feb 27, 2025
1 parent 0c3560b commit dc35771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check_coverage_unit_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [ ! -f $COVER_FILE ]; then
fi

# percentage threshold of code coverage required
COVERAGE_THRESHOLD=5.0
COVERAGE_THRESHOLD=10.0

# print current test coverage from report
current_test_coverage=$(go tool cover -func=$COVER_FILE | grep -e "total" | awk '{print $3}')
Expand Down

0 comments on commit dc35771

Please sign in to comment.