From 6cef70b63f9f8964ec052b042b7df3c170b6808d Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Fri, 7 Jun 2024 16:12:24 +0200 Subject: [PATCH] ignore codecov converage for pymysql --- codecov.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/codecov.yml b/codecov.yml index e832c21..c2a43ba 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,2 +1,6 @@ +--- fixes: - "/ansible_collections/community/mysql/::" + +ignore: + - "plugins/module_utils/pymysql" # Skip test on upstream library