diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a46635..eb08f4b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: - name: Check test coverage for communities package run: | - go test -coverprofile=coverage.out ./communities + make coverage go tool cover -func=coverage.out - name: Upload coverage reports