Skip to content

Commit

Permalink
chore(github): add cover statistics Go test command
Browse files Browse the repository at this point in the history
  • Loading branch information
henrybarreto committed Jan 9, 2025
1 parent 930030f commit 8eed468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8eed468

Please sign in to comment.