From d94e0dbceddc1d5ed6b772e57c5d049d9c7222f5 Mon Sep 17 00:00:00 2001 From: Jewell Finder Date: Tue, 9 Apr 2024 11:57:53 -0700 Subject: [PATCH] remove codecov --- README.md | 2 -- codecov.yml | 15 --------------- 2 files changed, 17 deletions(-) delete mode 100644 codecov.yml diff --git a/README.md b/README.md index b03ffeb..efebd10 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # httpstats - Standard datadog/statsd integration for HTTP services. ## [![GoDoc](https://godoc.org/github.com/asecurityteam/httpstats?status.svg)](https://godoc.org/github.com/asecurityteam/httpstats) -[![Build Status](https://travis-ci.com/asecurityteam/httpstats.png?branch=master)](https://travis-ci.com/asecurityteam/httpstats) -[![codecov.io](https://codecov.io/github/asecurityteam/httpstats/coverage.svg?branch=master)](https://codecov.io/github/asecurityteam/httpstats?branch=master) *Status: Production* diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index da53acb..0000000 --- a/codecov.yml +++ /dev/null @@ -1,15 +0,0 @@ -coverage: - precision: 2 - round: down - range: "85...100" - status: - project: - default: - target: 85% - threshold: 0% - base: auto - if_not_found: failure - if_ci_failed: error - informational: false - only_pulls: false - patch: off