From 2ab678107f5f19e9a9ce2c86d5d41512543e0fad Mon Sep 17 00:00:00 2001 From: David Hewitt <1939362+davidhewitt@users.noreply.github.com> Date: Sat, 16 Sep 2023 23:10:03 +0200 Subject: [PATCH] fix codecov ignore paths for test folders --- codecov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codecov.yml b/codecov.yml index 1d903951..d30f0ff4 100644 --- a/codecov.yml +++ b/codecov.yml @@ -9,6 +9,6 @@ coverage: threshold: 0.25% ignore: - - tests/*.rs - - pytests/*.rs + - tests/ + - pytests/ - src/test_hygiene/*.rs