We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf66ffc commit ff4233fCopy full SHA for ff4233f
.github/workflows/ci.yaml
@@ -30,25 +30,6 @@ jobs:
30
# '-v' flag is required to show the output of golangci-lint.
31
args: -v
32
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
47
- token: ${{ secrets.CODECOV_TOKEN }}
48
- fail_ci_if_error: true
49
- files: ./coverage.xml
50
- name: codecov-gtctl
51
- verbose: true
52
e2e:
53
name: End to End tests
54
runs-on: ubuntu-latest
0 commit comments