Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# SPDX-FileCopyrightText: 2025 Frans van Dorsselaer
#
# SPDX-License-Identifier: MIT

---
# yaml-language-server: $schema=https://json.schemastore.org/codecov.json

coverage:
status:
project: true
2 changes: 2 additions & 0 deletions .github/linters/vs-spell-exclusion.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Codecov
csproj
Dorssel
gitversion
netstandard
3 changes: 3 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,13 @@ jobs:
with:
fail_ci_if_error: true
files: TestResults/JUnit/*.xml
disable_search: true
token: ${{ secrets.CODECOV_TOKEN }}

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
with:
fail_ci_if_error: true
files: '**/TestResults/coverage.cobertura.xml'
disable_search: true
token: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ SPDX-License-Identifier: MIT
<GenerateDocumentationFile>true</GenerateDocumentationFile>

<!-- Bump MSTest.Sdk "transitive" dependencies (they are actually direct dependencies) -->
<MicrosoftNETTestSdkVersion>17.14.1</MicrosoftNETTestSdkVersion>
<MicrosoftNETTestSdkVersion>18.0.0</MicrosoftNETTestSdkVersion>

<!-- Assembly metadata -->
<Product>gitversion-msbuild</Product>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SPDX-License-Identifier: MIT
[![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)
[![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)
[![REUSE status](https://api.reuse.software/badge/github.com/dorssel/gitversion-msbuild)](https://api.reuse.software/info/github.com/dorssel/gitversion-msbuild)
[![codecov](https://codecov.io/gh/dorssel/gitversion-msbuild/branch/main/graph/badge.svg?token=gn5x2PehaL)](https://codecov.io/gh/dorssel/gitversion-msbuild)
[![Codecov](https://codecov.io/gh/dorssel/gitversion-msbuild/branch/main/graph/badge.svg?token=gn5x2PehaL)](https://codecov.io/gh/dorssel/gitversion-msbuild)
[![NuGet](https://img.shields.io/nuget/v/Dorssel.GitVersion.MsBuild?logo=nuget)](https://www.nuget.org/packages/Dorssel.GitVersion.MsBuild)

## Why
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"rollForward": "latestFeature"
},
"msbuild-sdks": {
"MSTest.Sdk": "3.10.3"
"MSTest.Sdk": "3.11.0"
}
}