Skip to main content
Plugins / Codecov

Codecov

by Woodpecker Authors

Plugin to upload coverage reports to Codecov.io.


Codecov

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