Skip to content

Commit

Permalink
ci: Report test coverage (#36103)
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko authored Nov 27, 2024
1 parent 31fdb1f commit 3d0756f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: |
# We run tests for all packages from all modules in this repository.
for dir in $(go list -m -f '{{.Dir}}' github.com/hashicorp/terraform/...); do
(cd $dir && go test "./...")
(cd $dir && go test -cover "./...")
done
race-tests:
Expand Down

0 comments on commit 3d0756f

Please sign in to comment.