diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cf7bd3b..b19a48b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,7 +32,7 @@ jobs: run: go build -v ./... - name: Test with coverage - run: go test -v -coverprofile=coverage-${{ matrix.os }}-${{ matrix.go-version }}.txt -covermode=count ./... + run: go test -v -coverprofile="coverage-${{ matrix.os }}-${{ matrix.go-version }}.txt" -covermode=count ./... - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4.0.1