From 8ed069a819730289491d0cc7a612e9052bf372ad Mon Sep 17 00:00:00 2001 From: Christoph Froehlich Date: Fri, 1 Mar 2024 08:49:23 +0000 Subject: [PATCH] Correct codecov path --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index ff3d9ff..7b686b4 100644 --- a/codecov.yml +++ b/codecov.yml @@ -8,7 +8,7 @@ coverage: informational: true patch: off fixes: - - "ros_ws/src/*/kinematics_interface/::" + - "ros_ws/src/kinematics_interface/::" ignore: - "**/test" - "test"