From cea8cc59a60d2cb709f392c87c58a2df122f93dd Mon Sep 17 00:00:00 2001 From: Nickolay Olshevsky Date: Wed, 24 Apr 2024 13:19:56 +0300 Subject: [PATCH] Remove examples from the coverage report. --- codecov.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/codecov.yml b/codecov.yml index 3d48b49df..52dbce886 100644 --- a/codecov.yml +++ b/codecov.yml @@ -22,5 +22,6 @@ ignore: # Google test sources stored under the build directory - "build" + - "src/examples" - "src/libsexpp" - "src/tests"