mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-01 02:18:44 +00:00
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] <support@github.com>
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@
|
||||
<PackageReference Include="Cake.Coverlet" Version="2.5.1" />
|
||||
<PackageReference Include="Cake.Frosting" Version="0.38.5" />
|
||||
<PackageReference Include="Cake.Codecov" Version="0.9.1" />
|
||||
<PackageReference Include="Codecov" Version="1.10.0" />
|
||||
<PackageReference Include="Codecov" Version="1.12.3" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
@@ -51,7 +51,7 @@ public sealed class CodeCoverage : FrostingTask<Context>
|
||||
|
||||
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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user