Skip to content

Commit 7b9bfb6

Browse files
committed
remove codecov for now
1 parent 1b64c2e commit 7b9bfb6

File tree

4 files changed

+0
-20
lines changed

4 files changed

+0
-20
lines changed

Diff for: .github/workflows/always.yml

-5
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,6 @@ jobs:
8484
- name: Run tests
8585
working-directory: always
8686
run: go test -shuffle=on -v -count=1 -race -failfast -timeout=30s -covermode=atomic -coverprofile=coverage.out ./...
87-
- name: Codecov Coverage
88-
uses: codecov/codecov-action@v4
89-
with:
90-
token: ${{ secrets.CODECOV_TOKEN }}
91-
working-directory: always
9287

9388
benchmark:
9489
name: benchmark

Diff for: .github/workflows/graceful.yml

-5
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,6 @@ jobs:
8484
- name: Run tests
8585
working-directory: graceful
8686
run: go test -shuffle=on -v -count=1 -race -failfast -timeout=30s -covermode=atomic -coverprofile=coverage.out ./...
87-
- name: Codecov Coverage
88-
uses: codecov/codecov-action@v4
89-
with:
90-
token: ${{ secrets.CODECOV_TOKEN }}
91-
working-directory: graceful
9287

9388
benchmark:
9489
name: benchmark

Diff for: .github/workflows/memkv.yml

-5
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,6 @@ jobs:
8484
- name: Run tests
8585
working-directory: memkv
8686
run: go test -shuffle=on -v -count=1 -race -failfast -timeout=30s -covermode=atomic -coverprofile=coverage.out ./...
87-
- name: Codecov Coverage
88-
uses: codecov/codecov-action@v4
89-
with:
90-
token: ${{ secrets.CODECOV_TOKEN }}
91-
working-directory: memkv
9287

9388
benchmark:
9489
name: benchmark

Diff for: .github/workflows/probe.yml

-5
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,6 @@ jobs:
8484
- name: Run tests
8585
working-directory: probe
8686
run: go test -shuffle=on -v -count=1 -race -failfast -timeout=30s -covermode=atomic -coverprofile=coverage.out ./...
87-
- name: Codecov Coverage
88-
uses: codecov/codecov-action@v4
89-
with:
90-
token: ${{ secrets.CODECOV_TOKEN }}
91-
working-directory: probe
9287

9388
benchmark:
9489
name: benchmark

0 commit comments

Comments
 (0)