Skip to content

Commit

Permalink
chore(action): disable coverage
Browse files Browse the repository at this point in the history
disable coverage

Signed-off-by: ysicing <[email protected]>
  • Loading branch information
ysicing committed Sep 25, 2023
1 parent c2dc8db commit 9c5d30e
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,17 +112,17 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
coverage:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Golang
uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}
check-latest: true
- name: Run Coverage
run: make coverage
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v4
# coverage:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v4
# - name: Setup Golang
# uses: actions/setup-go@v4
# with:
# go-version: ${{ env.GO_VERSION }}
# check-latest: true
# - name: Run Coverage
# run: make coverage
# - name: Upload Coverage to Codecov
# uses: codecov/codecov-action@v4

0 comments on commit 9c5d30e

Please sign in to comment.