From e4efb20c713427563d248fc1fc27f1f595f04979 Mon Sep 17 00:00:00 2001 From: Nuno Cruces Date: Sat, 18 Mar 2023 03:51:05 +0000 Subject: [PATCH] Generate coverage chart. --- .github/workflows/go.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index ebd588e..760bec6 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -36,6 +36,8 @@ jobs: - name: Update coverage report uses: ncruces/go-coverage-report@main + with: + chart: 'true' if: | matrix.os == 'ubuntu-latest' && github.event_name == 'push'