From ca1568676b649ef952ea6e4d4b738dcd09fce6cd Mon Sep 17 00:00:00 2001 From: Darius Rapalis Date: Sun, 16 Mar 2025 13:20:13 +0200 Subject: [PATCH] add code coverage --- .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 4810482..eacc966 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,4 +19,4 @@ jobs: go-version: "1.23.0" - name: Tests - run: go test ./... \ No newline at end of file + run: go test ./... -cover \ No newline at end of file