nuke icon indicating copy to clipboard operation
nuke copied to clipboard

Support for new Codecov CLI

Open Xzelsius opened this issue 1 year ago • 1 comments

Description

The currently provided Codecov tasks rely on the deprecated Codecov.Tool package.

Uploading coverage reports to Codecov should now be done using the Codecov CLI

Usage Example

The built-in tasks for Codecov should provide wrappers for the following CLI commands

  • create-commit
  • create-report
  • do-upload

The built-in Codecov target would wrap these three tasks to upload the Coverage reports.

Alternative

Staying on the deprecated NuGet package or uploading Coverage reports outside of the NUKE build.

Could you help with a pull-request?

No

Xzelsius avatar May 20 '24 17:05 Xzelsius

There is currently no NuGet package/tool available that packs the CLI. I might be able to help with a PR, but would need some guidance to get it done properly.

Xzelsius avatar May 20 '24 17:05 Xzelsius

afaics, it's only distributed via pip/python. atm, I'm not planning to support tool path resolution / auto-download for that.

matkoch avatar Nov 24 '24 05:11 matkoch