From 47d6cd0153d31c023659eb534650f03cd300c666 Mon Sep 17 00:00:00 2001 From: Tig Date: Tue, 11 Nov 2025 20:17:37 -0700 Subject: [PATCH] fixed codecov.yml --- Terminal.sln | 1 + codecov.yml | 10 ++++------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Terminal.sln b/Terminal.sln index b5335d39a..bb5cda7a5 100644 --- a/Terminal.sln +++ b/Terminal.sln @@ -84,6 +84,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Terminal.Gui.Analyzers.Test EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Testing", "Testing", "{1A3CBA89-EDAB-4F75-811E-FE81B13A4836}" ProjectSection(SolutionItems) = preProject + codecov.yml = codecov.yml Scripts\Run-LocalCoverage.ps1 = Scripts\Run-LocalCoverage.ps1 Tests\UnitTests\runsettings.xml = Tests\UnitTests\runsettings.xml EndProjectSection diff --git a/codecov.yml b/codecov.yml index 615664dbb..ea178f7c1 100644 --- a/codecov.yml +++ b/codecov.yml @@ -18,7 +18,10 @@ coverage: # Only measure Terminal.Gui library paths: - "Terminal.Gui/" - + branches: + - v2_develop + - v2_release + # Per-patch (PR) coverage patch: default: @@ -64,8 +67,3 @@ ignore: - "**/obj/**" # Build artifacts - "**/bin/**" # Build artifacts - "**/*.AssemblyInfo.cs" # Assembly info files - -# Only process coverage from these branches -branches: - - v2_develop - - v2_release \ No newline at end of file