From 56a318814784e5dc36207582da92a91abf56cc62 Mon Sep 17 00:00:00 2001 From: Sergey Fedoseev Date: Wed, 7 Apr 2021 16:05:11 +0500 Subject: [PATCH] experiment with codecov config --- codecov.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000000..6d1f957d07b --- /dev/null +++ b/codecov.yml @@ -0,0 +1,25 @@ +coverage: + status: + project: + default: + paths: + - '!**/tests/' + - '!**/test/' + informational: true + patch: + default: false + +flag_management: + default_rules: + statuses: + - name_prefix: 'auto-' + type: project + - name_prefix: 'auto-' + type: patch + individual_flags: + # Looks like these are left from testing codecov flags, + # but it's not clear why they are still appear, ignore them. + - name: 'msys' + statuses: [] + - name: 'linux-gnu' + statuses: []