From c0726dbf746d390e458632b592d37aa9e74a12ea Mon Sep 17 00:00:00 2001 From: Eguzki Astiz Lezaun Date: Wed, 25 Oct 2023 16:43:31 +0200 Subject: [PATCH] codecov: 3% tolerance --- .codecov.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.codecov.yml b/.codecov.yml index f313939e5..947412aa6 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -6,3 +6,14 @@ ignore: - t - bin/busted.lua - examples + +coverage: + status: + project: + default: + target: auto + threshold: 3% + patch: + default: + target: auto + threshold: 3%