From e189fe67dee2dd906d6b6ec90e3831e0abd0b716 Mon Sep 17 00:00:00 2001 From: Arian Saputra Date: Wed, 2 Oct 2024 21:06:26 +0700 Subject: [PATCH] Update go.yml add covered --- .github/workflows/go.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 012da6f..c66b87b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -40,6 +40,9 @@ jobs: current_version: ${{ steps.latest-tag.outputs.tag }} level: patch + - name: Coveralls GitHub Action + uses: coverallsapp/github-action@v2.3.0 + - name: Create Release Notes id: create-release run: |