From 6a0f98babede09ca45c2640df0f6b9ef63336e34 Mon Sep 17 00:00:00 2001 From: Salent Olivick <47511274+Chise1@users.noreply.github.com> Date: Thu, 31 Aug 2023 17:52:32 +0800 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8bdca90..bf002a9 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -26,9 +26,14 @@ jobs: - name: Test run: make test - - uses: coverage-robot/action@v1 + + - name: Coverage Robot Action + # You may pin to the exact commit or the version. + # uses: coverage-robot/action@453c16688719c0d30d4162737a44d0f0a83a014b + uses: coverage-robot/action@v1.0.0 with: - token: ${{ secrets.COVERAGE_TOKEN }} + # Multi-line selection of coverage files to upload files: | ./coverage.xml - tag: api-service + token: ${{ secrets.COVERAGE_TOKEN }} + # The GitHub token used to communicate with the Github API