ci: Report test coverage (#36103)

pull/36127/head
Radek Simko 1 year ago committed by GitHub
parent 31fdb1fa5b
commit 3d0756f57a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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:

Loading…
Cancel
Save