codecov-exe icon indicating copy to clipboard operation
codecov-exe copied to clipboard

.exe report uploader for Codecov https://codecov.io

Results 13 codecov-exe issues
Sort by recently updated
recently updated
newest added

Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.3.0. Release notes Sourced from actions/checkout's releases. v3.3.0 What's Changed Implement branch list using callbacks from exec function by @​cory-miller in actions/checkout#1045 Add in explicit...

dependencies
github_actions

Bumps [Moq](https://github.com/moq/moq4) from 4.16.0 to 4.18.4. Release notes Sourced from Moq's releases. 4.18.4 Changed Update package reference to Castle.Core (DynamicProxy) from version 5.1.0 to 5.1.1 (@​stakx, #1317) 4.18.3 Fixed SetupAllProperties...

dependencies
.NET

Bumps [Microsoft.Build.Framework](https://github.com/dotnet/msbuild) from 16.8.0 to 17.4.0. Release notes Sourced from Microsoft.Build.Framework's releases. .NET 7.0 RC 1 Release .NET 7.0 Preview 7 Release .NET 6.0.9 Release .NET 6.0.8 Release .NET 7.0...

dependencies
.NET

Bumps [Microsoft.Build.Utilities.Core](https://github.com/dotnet/msbuild) from 16.8.0 to 17.4.0. Release notes Sourced from Microsoft.Build.Utilities.Core's releases. .NET 7.0 RC 1 Release .NET 7.0 Preview 7 Release .NET 6.0.9 Release .NET 6.0.8 Release .NET 7.0...

dependencies
.NET

Bumps [JetBrains.Annotations](https://github.com/JetBrains/JetBrains.Annotations) from 2020.3.0 to 2022.3.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=JetBrains.Annotations&package-manager=nuget&previous-version=2020.3.0&new-version=2022.3.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
.NET

Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 3.0.2 to 3.2.0. Release notes Sourced from coverlet.collector's releases. v3.2.0 #172 adds performance enhancements during instrumentation #181 removes instrumented assemblies' dependency on the coverlet.tracker assembly #186 adds...

dependencies
.NET

Bumps [cake-build/cake-action](https://github.com/cake-build/cake-action) from 1.4.0 to 1.4.1. Release notes Sourced from cake-build/cake-action's releases. 1.4.1 This release fixes a bug. 🐞 Bug Fixes #37 Script arguments containing : are truncated Commits a6eb054...

dependencies
github_actions

Bumps [EndBug/add-and-commit](https://github.com/EndBug/add-and-commit) from 7 to 9. Release notes Sourced from EndBug/add-and-commit's releases. v9.0.0 Changed: [BREAKING] The action will now fail when the git commit command fails. (#370) [BREAKING] The action...

dependencies
github_actions

As requested in #53 the codecov-bash script accepts a `-s` argument: From the [codecov-bash script](https://github.com/codecov/codecov-bash/blob/master/codecov#L104): ![](https://user-images.githubusercontent.com/899878/78255776-8140fd00-7543-11ea-899b-a3c8637e8361.png) I'm not sure how this could conflict with the existing `-f` argument if `globbing`...

Feature
Up-for-grabs