Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Chise1 authored Aug 31, 2023
1 parent 3cad23e commit 6a0f98b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6a0f98b

Please sign in to comment.