From 41184138628ff2302b6c0d68cd955ca01aefc34b Mon Sep 17 00:00:00 2001 From: wellwelwel <46850407+wellwelwel@users.noreply.github.com> Date: Mon, 15 Jul 2024 04:28:19 -0300 Subject: [PATCH] ci: adjust coverage rate --- .nycrc | 4 ++-- codecov.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.nycrc b/.nycrc index a0d7e75399..bee4aca099 100644 --- a/.nycrc +++ b/.nycrc @@ -3,10 +3,10 @@ "include": ["index.js", "promise.js", "lib/**/*.js"], "exclude": ["mysqldata/**", "node_modules/**", "test/**"], "reporter": ["text", "lcov", "cobertura"], - "statements": 88, + "statements": 86, "branches": 84, "functions": 77, - "lines": 88, + "lines": 86, "checkCoverage": true, "clean": true } diff --git a/codecov.yml b/codecov.yml index 369a1c09d3..e1f58d3458 100644 --- a/codecov.yml +++ b/codecov.yml @@ -2,7 +2,7 @@ coverage: status: project: default: - target: 89% + target: 88% threshold: 2% patch: default: