Skip to main content
Plugins / Codecov plugin

Codecov plugin

Plugin to upload coverage reports to Codecov.io.


The Codecov plugin uploads coverage reports in one of the supported formats to Codecov.io.

Usage

To use the plugin add a step similar to the following one to your Woodpecker pipeline config:

pipeline:
  codecov:
    image: woodpeckerci/plugin-codecov
    settings:
      files:
        - my-coverage-report-output.out
        - another-coverage-report.json
      token:
        from_secret: codecov_token