Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
feijooso committed Jun 25, 2024
1 parent e169e22 commit 4187bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Check coverage
run: |
source .venv/bin/activate
source venv/bin/activate
COVERAGE=$(coverage report | grep 'TOTAL' | awk '{print $4}' | sed 's/%//')
echo "Coverage: $COVERAGE%"
if (( $(echo "$COVERAGE < 85" | bc -l) )); then
Expand Down

0 comments on commit 4187bd4

Please sign in to comment.