From 63c7b87be5b5f0d13f706e3f67efbf40652138bc Mon Sep 17 00:00:00 2001 From: W Anders Date: Tue, 21 May 2024 13:12:20 -0600 Subject: [PATCH] changed coverage action test to be recursive --- .github/workflows/coverage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 5d25bdc..85e4d73 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -37,7 +37,7 @@ jobs: sleep 5 done && \ go run ${{ github.workspace }}/.testing/init/init.go - - run: go test -coverprofile='coverage.out' + - run: go test -coverprofile='coverage.out' ${{ github.workspace }}/... - uses: sonarsource/sonarcloud-github-action@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}