From 0e33bee9d3bf6a55110c462caefc1becb7a96155 Mon Sep 17 00:00:00 2001 From: Ben Jeffery Date: Fri, 5 Apr 2024 14:09:43 +0100 Subject: [PATCH] Fix codecov --- .codecov.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.codecov.yaml b/.codecov.yaml index 19291b6..75c8342 100644 --- a/.codecov.yaml +++ b/.codecov.yaml @@ -3,9 +3,11 @@ coverage: project: python: target: 95% - flags: python + flags: + - python patch: python: target: 90% - flags: python \ No newline at end of file + flags: + - python \ No newline at end of file