From 9660e6b7a5fc1929620f5ebd29db756a4e992214 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Wed, 20 Apr 2022 12:38:36 -0400 Subject: [PATCH] *: remove codecov Signed-off-by: Vincent Batts --- .github/workflows/ci.yml | 11 +++++------ README.md | 1 - 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6530f9db..67632669c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 # diff --git a/README.md b/README.md index 8abac8d81..11ca6e730 100644 --- a/README.md +++ b/README.md @@ -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.