diff --git a/.gitea/workflows/golang-tests.yaml b/.gitea/workflows/golang-tests.yaml index 0131bde..a5f3e7e 100644 --- a/.gitea/workflows/golang-tests.yaml +++ b/.gitea/workflows/golang-tests.yaml @@ -48,7 +48,7 @@ jobs: echo "Total coverage: ${coverage}%" - name: Fail if coverage is to low run: | - threshold=50 + threshold=5 total_coverage=${{ steps.coverage.outputs.total_coverage }} if (( ${total_coverage%.*} < ${threshold} )); then