Skip to content

Commit

Permalink
remove codecov for now
Browse files Browse the repository at this point in the history
  • Loading branch information
wafer-bw committed Sep 1, 2024
1 parent 1b64c2e commit 7b9bfb6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/always.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,6 @@ jobs:
- name: Run tests
working-directory: always
run: go test -shuffle=on -v -count=1 -race -failfast -timeout=30s -covermode=atomic -coverprofile=coverage.out ./...
- name: Codecov Coverage
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
working-directory: always

benchmark:
name: benchmark
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/graceful.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,6 @@ jobs:
- name: Run tests
working-directory: graceful
run: go test -shuffle=on -v -count=1 -race -failfast -timeout=30s -covermode=atomic -coverprofile=coverage.out ./...
- name: Codecov Coverage
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
working-directory: graceful

benchmark:
name: benchmark
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/memkv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,6 @@ jobs:
- name: Run tests
working-directory: memkv
run: go test -shuffle=on -v -count=1 -race -failfast -timeout=30s -covermode=atomic -coverprofile=coverage.out ./...
- name: Codecov Coverage
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
working-directory: memkv

benchmark:
name: benchmark
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/probe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,6 @@ jobs:
- name: Run tests
working-directory: probe
run: go test -shuffle=on -v -count=1 -race -failfast -timeout=30s -covermode=atomic -coverprofile=coverage.out ./...
- name: Codecov Coverage
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
working-directory: probe

benchmark:
name: benchmark
Expand Down

0 comments on commit 7b9bfb6

Please sign in to comment.