Skip to content

Commit

Permalink
remove coverage ci check (#1693)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmathieu authored Feb 28, 2025
1 parent e8046c7 commit c9f2257
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,21 +63,6 @@ jobs:
- name: Check Update Modules Command
run: make update-modules

coverage:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
cache-dependency-path: '**/go.sum'
- name: Integration tests
run: |
./scripts/docker-compose-testing run -T --rm trace-context-harness
./scripts/docker-compose-testing up -d --build
./scripts/docker-compose-testing run -T --rm go-agent-tests make coverage GOFLAGS=-v
test-windows:
runs-on: windows-latest
timeout-minutes: 20
Expand Down

0 comments on commit c9f2257

Please sign in to comment.