Skip to content

Commit

Permalink
Bump Codecov from 1.7.2 to 1.10.0 in /build (#2088)
Browse files Browse the repository at this point in the history
* Bump Codecov from 1.7.2 to 1.10.0 in /build

Bumps [Codecov](https://github.com/codecov/codecov-exe) from 1.7.2 to 1.10.0.
- [Release notes](https://github.com/codecov/codecov-exe/releases)
- [Changelog](https://github.com/codecov/codecov-exe/blob/master/GitReleaseManager.yaml)
- [Commits](codecov/codecov-exe@1.7.2...1.10.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* bump version for executable

Co-authored-by: Brendan Forster <brendan@github.com>
  • Loading branch information
dependabot-preview[bot] and shiftkey committed Feb 9, 2020
1 parent 26d770b commit 9b136b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageReference Include="Cake.Coverlet" Version="2.4.2" />
<PackageReference Include="Cake.Frosting" Version="0.36.0" />
<PackageReference Include="Cake.Codecov" Version="0.8.0" />
<PackageReference Include="Codecov" Version="1.7.2" />
<PackageReference Include="Codecov" Version="1.10.0" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions build/Tasks/CodeCoverage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public override void Run(Context context)

var userProfilePath = context.EnvironmentVariable("USERPROFILE");
var codecovPath = new DirectoryPath(userProfilePath)
.CombineWithFilePath(".nuget\\packages\\codecov\\1.7.2\\tools\\codecov.exe");
.CombineWithFilePath(".nuget\\packages\\codecov\\1.10.0\\tools\\codecov.exe");

context.Tools.RegisterFile(codecovPath);

Expand All @@ -72,4 +72,4 @@ public override void Run(Context context)
}
}
}
}
}

0 comments on commit 9b136b1

Please sign in to comment.