Skip to content

Commit

Permalink
ci/coverage: bump min_cov (#1241)
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers authored Dec 24, 2024
1 parent 1a58d37 commit 8b1fed0
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.6"
min_cov="65.2"
mkdir html
cov=$(~/.local/bin/gcovr -r . --html-details html/index.html --json-summary | jq .line_percent)
echo "Coverage: ${cov}% (min $min_cov%)"
Expand Down

0 comments on commit 8b1fed0

Please sign in to comment.