We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 769b492 commit 040f1a3Copy full SHA for 040f1a3
Taskfile.yaml
@@ -20,10 +20,6 @@ tasks:
20
- |
21
COVERAGE=$(go tool cover -func=coverage.out | grep total | awk '{print $3}' | sed 's/%//')
22
echo "Total coverage: $COVERAGE%"
23
- if (( $(echo "$COVERAGE < 80" | bc -l) )); then
24
- echo "Coverage is below 80% threshold"
25
- exit 1
26
- fi
27
28
clean:
29
desc: Clean generated files
0 commit comments