diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0799fb9b..8e62374b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: - name: Test with Coverage run: dotnet test --no-build --verbosity normal --settings coverlet.runsettings --collect:"XPlat Code Coverage" - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: '**/coverage.cobertura.xml' fail_ci_if_error: false diff --git a/Directory.Packages.props b/Directory.Packages.props index a225a486..95aa46bb 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -16,7 +16,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + @@ -24,7 +24,7 @@ - + all