Skip to content

Commit 5bddf04

Browse files
authored
Merge pull request #42 from dorssel/bump_deps
Bump dependencies
2 parents 3b1d696 + 41498c0 commit 5bddf04

File tree

6 files changed

+18
-3
lines changed

6 files changed

+18
-3
lines changed

.github/codecov.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
Codecov
12
csproj
23
Dorssel
34
gitversion
5+
netstandard

.github/workflows/dotnet.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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 }}

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"rollForward": "latestFeature"
66
},
77
"msbuild-sdks": {
8-
"MSTest.Sdk": "3.10.3"
8+
"MSTest.Sdk": "3.11.0"
99
}
1010
}

0 commit comments

Comments
 (0)