Skip to content

Commit c9f2257

Browse files
authored
remove coverage ci check (#1693)
1 parent e8046c7 commit c9f2257

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/ci.yml

-15
Original file line numberDiff line numberDiff line change
@@ -63,21 +63,6 @@ jobs:
6363
- name: Check Update Modules Command
6464
run: make update-modules
6565

66-
coverage:
67-
runs-on: ubuntu-latest
68-
timeout-minutes: 20
69-
steps:
70-
- uses: actions/checkout@v4
71-
- uses: actions/setup-go@v5
72-
with:
73-
go-version: stable
74-
cache-dependency-path: '**/go.sum'
75-
- name: Integration tests
76-
run: |
77-
./scripts/docker-compose-testing run -T --rm trace-context-harness
78-
./scripts/docker-compose-testing up -d --build
79-
./scripts/docker-compose-testing run -T --rm go-agent-tests make coverage GOFLAGS=-v
80-
8166
test-windows:
8267
runs-on: windows-latest
8368
timeout-minutes: 20

0 commit comments

Comments
 (0)