Skip to content

Commit

Permalink
Update rubyonrails_CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Naviunni authored Oct 11, 2024
1 parent f5b1fde commit bfaa68f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rubyonrails_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Check code coverage
run: |
COVERAGE=(grep -Eo '(\d+\.\d+)' coverage/.last_run.json)
COVERAGE=$(grep -Eo '(\d+\.\d+)' coverage/.last_run.json)
echo "Current coverage is $COVERAGE"
REQUIRED_COVERAGE=90
if (( $(echo "$COVERAGE < $REQUIRED_COVERAGE" | bc -l) )); then
Expand Down

0 comments on commit bfaa68f

Please sign in to comment.