We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34d0b1e commit 9928345Copy full SHA for 9928345
1 file changed
.github/workflows/ci-tests.yml
@@ -105,7 +105,7 @@ jobs:
105
name: ${{ runner.os }}-coverage-latest
106
path: coverage.html
107
108
- - name: Check if total coverage is greater then 77.5
+ - name: Check if total coverage is greater then 76
109
shell: bash
110
run: |
111
CODE_COV=$(go tool cover -func cover.out | grep total | awk '{print substr($3, 1, length($3)-1)}')
0 commit comments