Skip to content

Commit

Permalink
Bump Codecov from 1.12.3 to 1.12.4 in /build (#2285)
Browse files Browse the repository at this point in the history
* Bump Codecov from 1.12.3 to 1.12.4 in /build

Bumps [Codecov](https://github.com/codecov/codecov-exe) from 1.12.3 to 1.12.4.
- [Release notes](https://github.com/codecov/codecov-exe/releases)
- [Changelog](https://github.com/codecov/codecov-exe/blob/master/Changelog.md)
- [Commits](codecov/codecov-exe@1.12.3...1.12.4)

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

* fix path to codecov executable

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Brendan Forster <github@brendanforster.com>
  • Loading branch information
dependabot[bot] and shiftkey authored Feb 21, 2021
1 parent 4fbbe4c commit 8b0fb13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="Cake.Coverlet" Version="2.5.1" />
<PackageReference Include="Cake.Frosting" Version="1.0.0" />
<PackageReference Include="Cake.Codecov" Version="1.0.0" />
<PackageReference Include="Codecov" Version="1.12.3" />
<PackageReference Include="Codecov" Version="1.12.4" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion 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.12.3\\tools\\codecov.exe");
.CombineWithFilePath(".nuget\\packages\\codecov\\1.12.4\\tools\\codecov.exe");

context.Tools.RegisterFile(codecovPath);

Expand Down

0 comments on commit 8b0fb13

Please sign in to comment.