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