Skip to content

Commit

Permalink
disable coverage sender because the target endpoint reported 500
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Feb 13, 2025
1 parent d90cfba commit c75e2eb
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ jobs:
${{ runner.os }}-go-
- name: Test & Coverage
run: go mod tidy && go test -v -coverprofile=profile.cov ./...
- name: Send coverage
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: profile.cov
parallel: true
# - name: Send coverage
# uses: shogo82148/actions-goveralls@v1
# with:
# path-to-profile: profile.cov
# parallel: true

# build:
# #env:
Expand Down Expand Up @@ -140,15 +140,15 @@ jobs:
## asset_name: my-artifact.zip
## asset_content_type: application/zip

# notifies coveralls that all test jobs are finished
finish-coverage:
name: Finish Coverage
needs: coverage
runs-on: ubuntu-latest
steps:
- uses: shogo82148/actions-goveralls@v1
with:
parallel-finished: true
# # notifies coveralls that all test jobs are finished
# finish-coverage:
# name: Finish Coverage
# needs: coverage
# runs-on: ubuntu-latest
# steps:
# - uses: shogo82148/actions-goveralls@v1
# with:
# parallel-finished: true

do-release:
permissions: write-all # this is the FIX
Expand Down

0 comments on commit c75e2eb

Please sign in to comment.