Skip to content

Commit

Permalink
ci: Report code coverage (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko authored Nov 26, 2024
1 parent 8465d07 commit 3a956e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
run: go build ./...
-
name: Run unit tests
run: go test -race $(go list ./... | grep -v /tfexec/internal/e2etest)
run: go test -cover -race $(go list ./... | grep -v /tfexec/internal/e2etest)

e2e-tests:
name: e2e-tests (${{ matrix.os }}, go ${{ matrix.go_version }}, terraform ${{ matrix.terraform_version }})
Expand Down

0 comments on commit 3a956e8

Please sign in to comment.