From 80dfe239f201630723eda8c47c8a153ecb0badee Mon Sep 17 00:00:00 2001 From: Arnaud Becheler <8360330+Becheler@users.noreply.github.com> Date: Mon, 10 Aug 2026 23:52:13 +0200 Subject: [PATCH] fix: typo bug from copy paste --- .codecov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index a93498d3f..246461f87 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -19,5 +19,5 @@ comment: # Ignore specific files or folders. Glob patterns are supported. # See https://docs.codecov.com/docs/ignoring-paths ignore: - - example/**/* - - test/**/* + - example/** + - test/**