Show full test coverage for all dendrite packages

This commit is contained in:
Devon Hudson 2022-11-10 10:52:09 -07:00
parent 38c9067afa
commit d078492959
No known key found for this signature in database
GPG key ID: CD06B18E77F6A628

View file

@ -122,7 +122,7 @@ jobs:
key: ${{ runner.os }}-go${{ matrix.go }}-test-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go${{ matrix.go }}-test-
- run: go test -json -v -covermode=atomic -coverprofile=coverage.txt ./... 2>&1 | gotestfmt
- run: go test -json -v -covermode=atomic -coverpkg=./... -coverprofile=cover.out $(go list ./... | grep -v /cmd/dendrite*) 2>&1 | gotestfmt
env:
POSTGRES_HOST: localhost
POSTGRES_USER: postgres