From 04a6285e6208f6d60c32e21bd17f85dda8690e15 Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Thu, 4 Jul 2024 20:46:36 +0200 Subject: [PATCH] Add .coveragerc to core files (#121182) --- .core_files.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.core_files.yaml b/.core_files.yaml index 067a6a2b41d..a6f856209cc 100644 --- a/.core_files.yaml +++ b/.core_files.yaml @@ -116,6 +116,7 @@ components: &components # Testing related files that affect the whole test/linting suite tests: &tests + - .coveragerc - codecov.yaml - pylint/** - requirements_test_pre_commit.txt