From aa2336be926a05439ebc4183e81dbfa40310ee01 Mon Sep 17 00:00:00 2001 From: Teppei Fukuda Date: Thu, 27 May 2021 09:25:37 +0300 Subject: [PATCH] chore: remove codecov (#1016) --- .github/workflows/test.yaml | 5 ----- README.md | 1 - codecov.yml | 12 ------------ 3 files changed, 18 deletions(-) delete mode 100644 codecov.yml diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0a754576afc3..0ca89d13e45a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -23,11 +23,6 @@ jobs: - name: Run unit tests run: make test - - name: Upload code coverage - uses: codecov/codecov-action@v1 - with: - files: ./coverage.txt - integration: name: Integration Test runs-on: ubuntu-latest diff --git a/README.md b/README.md index 272b98b23053..5f34091d12e6 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ [![GitHub Release][release-img]][release] [![Go Report Card](https://goreportcard.com/badge/github.com/aquasecurity/trivy)](https://goreportcard.com/report/github.com/aquasecurity/trivy) [![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)][license] -[![codecov](https://codecov.io/gh/aquasecurity/trivy/branch/main/graph/badge.svg)](https://codecov.io/gh/aquasecurity/trivy) [![GitHub All Releases][github-all-releases-img]][release] ![Docker Pulls][docker-pulls] diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index 186a576a104c..000000000000 --- a/codecov.yml +++ /dev/null @@ -1,12 +0,0 @@ -coverage: - status: - project: - default: - informational: true - target: auto - threshold: 100% - patch: - default: - informational: true - target: auto - threshold: 100% \ No newline at end of file