From e6ea264f9e07ec31b61ff039365014ab5fdbef41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Oct 2020 10:13:26 -0300 Subject: [PATCH] Bump Codecov from 1.10.0 to 1.12.3 in /build (#2245) * Bump Codecov from 1.10.0 to 1.12.3 in /build Bumps [Codecov](https://github.com/codecov/codecov-exe) from 1.10.0 to 1.12.3. - [Release notes](https://github.com/codecov/codecov-exe/releases) - [Changelog](https://github.com/codecov/codecov-exe/blob/master/Changelog.md) - [Commits](https://github.com/codecov/codecov-exe/compare/1.10.0...1.12.3) Signed-off-by: dependabot[bot] --- build/Build.csproj | 2 +- build/Tasks/CodeCoverage.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Build.csproj b/build/Build.csproj index 11c7eb3f..962e1be8 100644 --- a/build/Build.csproj +++ b/build/Build.csproj @@ -9,7 +9,7 @@ - + diff --git a/build/Tasks/CodeCoverage.cs b/build/Tasks/CodeCoverage.cs index 474ac88d..74f1aaba 100644 --- a/build/Tasks/CodeCoverage.cs +++ b/build/Tasks/CodeCoverage.cs @@ -51,7 +51,7 @@ public sealed class CodeCoverage : FrostingTask var userProfilePath = context.EnvironmentVariable("USERPROFILE"); var codecovPath = new DirectoryPath(userProfilePath) - .CombineWithFilePath(".nuget\\packages\\codecov\\1.10.0\\tools\\codecov.exe"); + .CombineWithFilePath(".nuget\\packages\\codecov\\1.12.3\\tools\\codecov.exe"); context.Tools.RegisterFile(codecovPath);