From 1c51387cf69fe63a681074928653e30f37d43127 Mon Sep 17 00:00:00 2001 From: Jo Vandeginste Date: Sat, 2 Mar 2024 19:39:38 +0100 Subject: [PATCH] Generate coverage report through github action Signed-off-by: Jo Vandeginste --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 01adbf8..952204b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,3 +19,6 @@ jobs: - name: Run Go tests run: go test -v ./... + + - name: Update coverage report + uses: ncruces/go-coverage-report@main