From 8eed468795f20625a48a25cd5a83a08e251fd33c Mon Sep 17 00:00:00 2001 From: Henry Barreto Date: Tue, 7 Jan 2025 18:04:12 -0300 Subject: [PATCH] chore(github): add cover statistics Go test command --- .github/workflows/qa.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 970e842ee82..730a408645e 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -92,7 +92,7 @@ jobs: - name: Run tests working-directory: ${{ matrix.service }} - run: go test -v ${{ matrix.extra_args || '' }} -timeout 25m -parallel 4 ./... + run: go test -v ${{ matrix.extra_args || '' }} -timeout 25m -parallel 4 -cover ./... env: TESTCONTAINERS_RYUK_DISABLED: true