From feec1bddcc2672656da96fb86edb0c634fdb327d Mon Sep 17 00:00:00 2001 From: Roman Sarvarov Date: Sat, 3 Aug 2024 16:42:25 +0300 Subject: [PATCH] Update audit.yml --- .github/workflows/audit.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index f543354..05532fb 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -9,7 +9,6 @@ on: jobs: - audit: runs-on: ubuntu-latest steps: @@ -46,7 +45,7 @@ jobs: args: --timeout=5m - name: Test - run: go test -race -count 10 -vet=off ./... + run: go test -race -count 10 -vet=off -coverprofile=coverage.txt -covermode=atomic ./... - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4.0.1