build/_build.csproj declares <PackageDownload Include="Codecov.Tool" Version="[1.13.0]" />. The release workflow doesn't push to codecov, and IReportCoverage.ReportToCodecov is false in Build.cs. Removing the download saves a build step and one less .NET tool on the runner.
If we ever want codecov, it's a 1-line add back.
Refs the dependency audit. Done when:
build/_build.csprojdeclares<PackageDownload Include="Codecov.Tool" Version="[1.13.0]" />. The release workflow doesn't push to codecov, andIReportCoverage.ReportToCodecovisfalseinBuild.cs. Removing the download saves a build step and one less .NET tool on the runner.If we ever want codecov, it's a 1-line add back.
Refs the dependency audit. Done when: