File tree Expand file tree Collapse file tree 6 files changed +18
-3
lines changed Expand file tree Collapse file tree 6 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2025 Frans van Dorsselaer
2+ #
3+ # SPDX-License-Identifier: MIT
4+
5+ ---
6+ # yaml-language-server: $schema=https://json.schemastore.org/codecov.json
7+
8+ coverage :
9+ status :
10+ project : true
Original file line number Diff line number Diff line change 1+ Codecov
12csproj
23Dorssel
34gitversion
5+ netstandard
Original file line number Diff line number Diff line change @@ -77,10 +77,13 @@ jobs:
7777 with :
7878 fail_ci_if_error : true
7979 files : TestResults/JUnit/*.xml
80+ disable_search : true
8081 token : ${{ secrets.CODECOV_TOKEN }}
8182
8283 - name : Upload coverage to Codecov
8384 uses : codecov/codecov-action@v5
8485 with :
8586 fail_ci_if_error : true
87+ files : ' **/TestResults/coverage.cobertura.xml'
88+ disable_search : true
8689 token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ SPDX-License-Identifier: MIT
3838 <GenerateDocumentationFile >true</GenerateDocumentationFile >
3939
4040 <!-- Bump MSTest.Sdk "transitive" dependencies (they are actually direct dependencies) -->
41- <MicrosoftNETTestSdkVersion >17.14.1 </MicrosoftNETTestSdkVersion >
41+ <MicrosoftNETTestSdkVersion >18.0.0 </MicrosoftNETTestSdkVersion >
4242
4343 <!-- Assembly metadata -->
4444 <Product >gitversion-msbuild</Product >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ SPDX-License-Identifier: MIT
1010[ ![ CodeQL] ( https://github.com/dorssel/gitversion-msbuild/actions/workflows/codeql.yml/badge.svg?branch=main )] ( https://github.com/dorssel/gitversion-msbuild/actions?query=workflow%3ACodeQL+branch%3Amain )
1111[ ![ Lint] ( https://github.com/dorssel/gitversion-msbuild/actions/workflows/lint.yml/badge.svg?branch=main )] ( https://github.com/dorssel/gitversion-msbuild/actions?query=workflow%3ALint+branch%3Amain )
1212[ ![ REUSE status] ( https://api.reuse.software/badge/github.com/dorssel/gitversion-msbuild )] ( https://api.reuse.software/info/github.com/dorssel/gitversion-msbuild )
13- [ ![ codecov ] ( https://codecov.io/gh/dorssel/gitversion-msbuild/branch/main/graph/badge.svg?token=gn5x2PehaL )] ( https://codecov.io/gh/dorssel/gitversion-msbuild )
13+ [ ![ Codecov ] ( https://codecov.io/gh/dorssel/gitversion-msbuild/branch/main/graph/badge.svg?token=gn5x2PehaL )] ( https://codecov.io/gh/dorssel/gitversion-msbuild )
1414[ ![ NuGet] ( https://img.shields.io/nuget/v/Dorssel.GitVersion.MsBuild?logo=nuget )] ( https://www.nuget.org/packages/Dorssel.GitVersion.MsBuild )
1515
1616## Why
Original file line number Diff line number Diff line change 55 "rollForward" : " latestFeature"
66 },
77 "msbuild-sdks" : {
8- "MSTest.Sdk" : " 3.10.3 "
8+ "MSTest.Sdk" : " 3.11.0 "
99 }
1010}
You can’t perform that action at this time.
0 commit comments