Skip to content

Commit

Permalink
chore(deps): bump coverlet.collector from 6.0.3 to 6.0.4 (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoBaSs84 authored Jan 23, 2025
2 parents a66dad3 + 72ed382 commit 95a651e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
10 changes: 8 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "nuget"
Expand All @@ -16,12 +17,17 @@ updates:
mstest-dependencies:
patterns:
- "MSTest*"

microsoft-dependencies:
patterns:
- "Microsoft*"
system-dependencies:
patterns:
- "System*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
reviewers:
- "BoBoBaSs84"
assignees:
- "BoBoBaSs84"
- "BoBoBaSs84"
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
dotnet-version: '9.0.x'

- name: Restore
run: dotnet restore
run: dotnet restore --verbosity minimal

- name: Build
run: dotnet build --no-restore --configuration release --verbosity minimal

- name: Test
run: dotnet test --no-build --configuration release --verbosity minimal
run: dotnet test --no-build --configuration release --verbosity minimal --framework net8.0
6 changes: 3 additions & 3 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="MSTest.TestAdapter" Version="3.7.1" />
<PackageVersion Include="MSTest.TestFramework" Version="3.7.1" />
<PackageVersion Include="MSTest.TestAdapter" Version="3.7.2" />
<PackageVersion Include="MSTest.TestFramework" Version="3.7.2" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageVersion Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageVersion Include="coverlet.collector" Version="6.0.3" />
<PackageVersion Include="coverlet.collector" Version="6.0.4" />
</ItemGroup>
</Project>

0 comments on commit 95a651e

Please sign in to comment.