From 73f899edb59554ae3eeb9c2037665f4eb2df9fcd Mon Sep 17 00:00:00 2001 From: Leaf Shi <132890443+LeafShi1@users.noreply.github.com> Date: Thu, 1 May 2025 09:40:29 -0700 Subject: [PATCH] Update the path of the System.Windows.Forms in codecov.yml (#13398) --- codecov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codecov.yml b/codecov.yml index 7059abcff5..c609b35958 100644 --- a/codecov.yml +++ b/codecov.yml @@ -26,7 +26,7 @@ flags: # which files to include in the reporting - src/System.Drawing.Design/src/ - src/System.Private.Windows.Core/src/ - src/System.Private.Windows.GdiPlus/ - - src/System.Windows.Forms/src/ + - src/System.Windows.Forms/ - src/System.Windows.Forms.Analyzers/src/ - src/System.Windows.Forms.Analyzers.CSharp/src/ - src/System.Windows.Forms.Design/src/ @@ -39,7 +39,7 @@ flags: # which files to include in the reporting - src/Microsoft.VisualBasic/tests/ - src/Microsoft.VisualBasic.Forms/tests/ - src/System.Drawing.Common/tests/ - - src/System.Windows.Forms/tests/ + - src/test/unit/System.Windows.Forms/ - src/System.Windows.Forms.Analyzers/tests/ - src/System.Windows.Forms.Analyzers.CSharp/tests/ - src/System.Windows.Forms.Design/tests/