From 2d75b7b01d3b60a058224c1fe6bd48db771401b1 Mon Sep 17 00:00:00 2001 From: Mazo Date: Thu, 21 Jan 2021 18:29:04 +0000 Subject: [PATCH] Allow a small change in coverage (0.25%) without flagging check as a failure --- .codecov.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.codecov.yml b/.codecov.yml index 351d39df..d7acf34c 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,6 +1,13 @@ # Too spammy for us comment: off +coverage: + status: + project: + default: + target: auto + threshold: 0.25% + ignore: - "src/main/scala/net/psforever/objects/ObjectType.scala" - "src/main/scala/net/psforever/objects/avatar/Avatars.scala"