Skip to content

Commit ff4233f

Browse files
skip unit test coverage
1 parent cf66ffc commit ff4233f

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -30,25 +30,6 @@ jobs:
3030
# '-v' flag is required to show the output of golangci-lint.
3131
args: -v
3232

33-
unit-test:
34-
name: Unit test coverage
35-
runs-on: ubuntu-latest
36-
needs: [ lint ]
37-
steps:
38-
- uses: actions/checkout@v4
39-
- uses: actions/setup-go@v5
40-
with:
41-
go-version: ${{ env.GO_VERSION }}
42-
- name: Unit test
43-
run: make coverage
44-
- name: Upload coverage to Codecov
45-
uses: codecov/codecov-action@v4
46-
with:
47-
token: ${{ secrets.CODECOV_TOKEN }}
48-
fail_ci_if_error: true
49-
files: ./coverage.xml
50-
name: codecov-gtctl
51-
verbose: true
5233
e2e:
5334
name: End to End tests
5435
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)