From 353c1f2882e9a97b1b0cd955b26302ef148cab11 Mon Sep 17 00:00:00 2001 From: Manuel Doncel Martos Date: Fri, 1 Nov 2024 22:04:50 +0100 Subject: [PATCH] testing code coverage --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8054af1..66b4d65 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -41,7 +41,7 @@ jobs: local-prefix: github.com/org/project threshold-file: 80 threshold-package: 80 - threshold-total: 95 + threshold-total: 80 ## when token is not specified (value '') this feature is turned off ## in this example badge is created and committed only for main branch git-token: ${{ github.ref_name == 'main' && secrets.GITHUB_TOKEN || '' }}