From efaeff674df48aedc3d2dc37f530e74cdd37ca5a Mon Sep 17 00:00:00 2001 From: Marco Brotas Date: Thu, 17 Oct 2024 10:07:19 +0200 Subject: [PATCH] fix: issues with code climate usage --- .github/workflows/go.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index aa2ce81..6d6d5be 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -20,6 +20,8 @@ jobs: uses: actions/setup-go@v5 with: go-version: ${{ matrix.go-version }} + - name: List Project Files + run: ls -R "$GITHUB_WORKSPACE" - name: Install dependencies run: go get . - name: Build @@ -34,4 +36,4 @@ jobs: run: | ./cc-test-reporter before-build go test -race -coverprofile=c.out ./... - ./cc-test-reporter after-build --exit-code $? + ./cc-test-reporter after-build --exit-code $? --prefix "$GITHUB_WORKSPACE"