Skip to content

Commit

Permalink
fix ci action
Browse files Browse the repository at this point in the history
  • Loading branch information
christomitov committed Feb 19, 2025
1 parent 71e5408 commit 50da960
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
if (( $(echo "$COVERAGE < $MINIMUM" | bc -l) )); then
echo "Test coverage is below minimum: $COVERAGE% < $MINIMUM%"
exit 1
else
echo "Coverage is $COVERAGE%, which meets the minimum requirement of $MINIMUM%"
fi
- name: Run Credo
Expand Down

0 comments on commit 50da960

Please sign in to comment.