Skip to content

Drop Codecov.Tool PackageDownload — coverage upload to codecov.io is unused #80

Description

@ChrisonSimtian

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:

  • PackageDownload removed from build/_build.csproj
  • Any related guards in Build.cs / coverage targets cleaned up

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions