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