mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
fixed codecov.yml
This commit is contained in:
@@ -84,6 +84,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Terminal.Gui.Analyzers.Test
|
|||||||
EndProject
|
EndProject
|
||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Testing", "Testing", "{1A3CBA89-EDAB-4F75-811E-FE81B13A4836}"
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Testing", "Testing", "{1A3CBA89-EDAB-4F75-811E-FE81B13A4836}"
|
||||||
ProjectSection(SolutionItems) = preProject
|
ProjectSection(SolutionItems) = preProject
|
||||||
|
codecov.yml = codecov.yml
|
||||||
Scripts\Run-LocalCoverage.ps1 = Scripts\Run-LocalCoverage.ps1
|
Scripts\Run-LocalCoverage.ps1 = Scripts\Run-LocalCoverage.ps1
|
||||||
Tests\UnitTests\runsettings.xml = Tests\UnitTests\runsettings.xml
|
Tests\UnitTests\runsettings.xml = Tests\UnitTests\runsettings.xml
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
|
|||||||
@@ -18,6 +18,9 @@ coverage:
|
|||||||
# Only measure Terminal.Gui library
|
# Only measure Terminal.Gui library
|
||||||
paths:
|
paths:
|
||||||
- "Terminal.Gui/"
|
- "Terminal.Gui/"
|
||||||
|
branches:
|
||||||
|
- v2_develop
|
||||||
|
- v2_release
|
||||||
|
|
||||||
# Per-patch (PR) coverage
|
# Per-patch (PR) coverage
|
||||||
patch:
|
patch:
|
||||||
@@ -64,8 +67,3 @@ ignore:
|
|||||||
- "**/obj/**" # Build artifacts
|
- "**/obj/**" # Build artifacts
|
||||||
- "**/bin/**" # Build artifacts
|
- "**/bin/**" # Build artifacts
|
||||||
- "**/*.AssemblyInfo.cs" # Assembly info files
|
- "**/*.AssemblyInfo.cs" # Assembly info files
|
||||||
|
|
||||||
# Only process coverage from these branches
|
|
||||||
branches:
|
|
||||||
- v2_develop
|
|
||||||
- v2_release
|
|
||||||
Reference in New Issue
Block a user