Skip to content

Commit 8b1fed0

Browse files
authored
ci/coverage: bump min_cov (#1241)
1 parent 1a58d37 commit 8b1fed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
4848
- name: coverage check
4949
run: |
50-
min_cov="64.6"
50+
min_cov="65.2"
5151
mkdir html
5252
cov=$(~/.local/bin/gcovr -r . --html-details html/index.html --json-summary | jq .line_percent)
5353
echo "Coverage: ${cov}% (min $min_cov%)"

0 commit comments

Comments
 (0)