From a6b0f9165e59a282f2e4dcf861c7e2cec9765c5d Mon Sep 17 00:00:00 2001 From: jo Date: Wed, 29 Jun 2022 14:42:05 +0200 Subject: [PATCH] ci: setup carryforward for coverage --- codecov.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 000000000..0e888cab5 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,26 @@ +--- +flags: + analyzer: + paths: + - analyzer/ + carryforward: true + + api: + paths: + - api/ + carryforward: true + + api-client: + paths: + - api-client/ + carryforward: true + + playout: + paths: + - playout/ + carryforward: true + + shared: + paths: + - shared/ + carryforward: true