From 6d716e9c89815a464865b42684e5a04c9925bf78 Mon Sep 17 00:00:00 2001 From: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> Date: Tue, 26 Jul 2022 20:00:09 +0200 Subject: [PATCH] Ignore coverage of unit tests --- .codecov.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.codecov.yml b/.codecov.yml index 33ce4148..b5d6c4fd 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,2 +1,5 @@ fixes: - "/home/runner/work/mctc-lib/mctc-lib::" + +ignore: + - "test/**"