From 2404b078caf9a67abd7729cfc2a2a7dad907866c Mon Sep 17 00:00:00 2001 From: Andrei Avram <6795248+andreiavrammsd@users.noreply.github.com> Date: Sun, 11 Aug 2024 15:41:07 +0300 Subject: [PATCH] Ignore tests from coverage. --- .codecov.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.codecov.yml b/.codecov.yml index 00f6c6b..6986b63 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -4,3 +4,6 @@ coverage: project: 100 changeset: patch: 100 + +ignore: + - 'tests/*'