fixed codecov.yml

This commit is contained in:
Tig
2025-11-11 20:17:37 -07:00
parent e4cd9817e9
commit 47d6cd0153
2 changed files with 5 additions and 6 deletions

View File

@@ -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