Skip to content

Commit

Permalink
ci/coverage: increase min coverage (#1138)
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers authored Jun 7, 2024
1 parent 5c12be2 commit 7db5599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: coverage check
run: |
min_cov="64.4"
min_cov="64.6"
cov=$(~/.local/bin/gcovr -r . -s | grep lines | awk '{ print $2 }' | sed 's/%//')
echo "Coverage: ${cov}% (min $min_cov%)"
exit $(echo "$cov < $min_cov" | bc -l)

0 comments on commit 7db5599

Please sign in to comment.