*: remove codecov

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2022-04-20 12:38:36 -04:00
parent 944ef4a40d
commit 9660e6b7a5
No known key found for this signature in database
GPG Key ID: 524F155275DF0C3E
2 changed files with 5 additions and 7 deletions

View File

@ -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
@ -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
#

View File

@ -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.