From ded0cfc5f0a8201456f2999e53c7296c1a7e3204 Mon Sep 17 00:00:00 2001 From: Ekene Izukanne Date: Sat, 16 Sep 2023 15:25:21 +0100 Subject: [PATCH] setup workflow --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 31306f4..1a2252e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,7 +25,7 @@ jobs: - name: Tests run: go test -v -coverprofile=profile.cov -vet=off ./... - - name: Coverage + - name: Code coverage uses: shogo82148/actions-goveralls@v1 with: path-to-profile: profile.cov