Skip to content

Commit

Permalink
nit #10774
Browse files Browse the repository at this point in the history
  • Loading branch information
chrabyrd committed May 8, 2024
1 parent 7997dbd commit 8d85b06
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -361,15 +361,6 @@ jobs:
echo "Feature branch coverage: $feature_branch_frontend_coverage"
# target_branch_frontend_coverage=$(echo "${{env.target_branch_frontend_coverage:-0.0}}" )
# # Compare feature coverage with target coverage using floating-point comparison
# if awk -v feature="$feature_branch_frontend_coverage" -v target="$target_branch_frontend_coverage" 'BEGIN { exit (feature < target) ? 0 : 1 }'; then
# echo "Coverage decreased from $target_branch_frontend_coverage% to $feature_branch_frontend_coverage%. Please add or update tests to increase coverage."
# exit 1
# else
# echo "Feature branch coverage ($feature_branch_frontend_coverage%) >= Target branch coverage ($target_branch_frontend_coverage%)."
# fi
# check_python_coverage:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 8d85b06

Please sign in to comment.