From d7536faf1051107e82fb3868655b2d971f02cc40 Mon Sep 17 00:00:00 2001 From: ClementTsang Date: Fri, 24 Jun 2022 17:07:45 -0400 Subject: [PATCH] other: bump codecov to 30% Since codecov is just used as a basic overview of test metrics, I just set the threshold to something somewhat high. Also removed codecov from README as it's not really representative of much. --- README.md | 1 - codecov.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e9189f8b..9355bf74 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@

[CI status](https://github.com/ClementTsang/bottom/actions?query=branch%3Amaster) -[Codecov](https://app.codecov.io/gh/ClementTsang/bottom) [crates.io link](https://crates.io/crates/bottom) [Stable documentation](https://clementtsang.github.io/bottom/stable) [Nightly documentation](https://clementtsang.github.io/bottom/nightly) diff --git a/codecov.yml b/codecov.yml index c44beb6c..0a087f9a 100644 --- a/codecov.yml +++ b/codecov.yml @@ -3,5 +3,5 @@ coverage: project: default: target: auto - threshold: 5% + threshold: 30% patch: off