From 3d00c8141737fb23a951029fb3b2d0bf76cab58e Mon Sep 17 00:00:00 2001 From: Arnaud Date: Tue, 28 Oct 2025 08:02:57 +0100 Subject: [PATCH] Update ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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