From 5b329ad6ab09585eec2f1e89d3de887c5ae1b41e Mon Sep 17 00:00:00 2001 From: HardMax71 Date: Tue, 23 Dec 2025 23:47:42 +0100 Subject: [PATCH] codecov fix --- .github/codecov.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/codecov.yml diff --git a/.github/codecov.yml b/.github/codecov.yml new file mode 100644 index 00000000..f8a3991e --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1,13 @@ +flag_management: + default_rules: + carryforward: true + + individual_flags: + - name: backend + paths: + - backend/app/ + carryforward: true + - name: frontend + paths: + - frontend/src/ + carryforward: true