codecov-exe
codecov-exe copied to clipboard
.exe report uploader for Codecov https://codecov.io
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...
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...
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...
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...
Bumps [JetBrains.Annotations](https://github.com/JetBrains/JetBrains.Annotations) from 2020.3.0 to 2022.3.1. Commits See full diff in compare view [](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...
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...
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...
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...
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):  I'm not sure how this could conflict with the existing `-f` argument if `globbing`...