Skip to content

Commit

Permalink
*: remove codecov
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
  • Loading branch information
vbatts committed Apr 20, 2022
1 parent 944ef4a commit 9660e6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ jobs:
fetch-depth: 25

- name: Test
working-directory: src/github.com/containerd/ttrpc
run: |
make test
- name: Coverage
working-directory: src/github.com/containerd/ttrpc
run: |
make coverage TESTFLAGS_RACE=-race
Expand All @@ -91,12 +96,6 @@ jobs:
run: |
make integration
- name: Code Coverage
uses: codecov/codecov-action@v2
with:
files: coverage.txt
if: matrix.os == 'ubuntu-latest'

#
# Run Protobuild
#
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# ttrpc

[![Build Status](https://github.com/containerd/ttrpc/workflows/CI/badge.svg)](https://github.com/containerd/ttrpc/actions?query=workflow%3ACI)
[![codecov](https://codecov.io/gh/containerd/ttrpc/branch/main/graph/badge.svg)](https://codecov.io/gh/containerd/ttrpc)

GRPC for low-memory environments.

Expand Down

0 comments on commit 9660e6b

Please sign in to comment.