chore: remove codecov (#1016)

This commit is contained in:
Teppei Fukuda
2021-05-27 09:25:37 +03:00
committed by GitHub
parent e64617212e
commit aa2336be92
3 changed files with 0 additions and 18 deletions

View File

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

View File

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

View File

@@ -1,12 +0,0 @@
coverage:
status:
project:
default:
informational: true
target: auto
threshold: 100%
patch:
default:
informational: true
target: auto
threshold: 100%