remove codecov action on pull request
This commit is contained in:
parent
c4247945ca
commit
35e5a53005
1 changed files with 1 additions and 8 deletions
9
.github/workflows/test.yml
vendored
9
.github/workflows/test.yml
vendored
|
|
@ -42,14 +42,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
go-version: '${{ env.GO_VERSION }}'
|
go-version: '${{ env.GO_VERSION }}'
|
||||||
- name: Run go test
|
- name: Run go test
|
||||||
run: go test -race -coverprofile=coverage.txt ./...
|
run: go test -race ./...
|
||||||
- name: Upload coverage to codecov.io
|
|
||||||
if: github.event_name == 'push'
|
|
||||||
uses: codecov/codecov-action@v1
|
|
||||||
with:
|
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
|
||||||
file: ./coverage.txt
|
|
||||||
fail_ci_if_error: true
|
|
||||||
|
|
||||||
build-cli:
|
build-cli:
|
||||||
name: Build CLI (go build)
|
name: Build CLI (go build)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue