Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 913 Bytes

docs.md

File metadata and controls

30 lines (25 loc) · 913 Bytes
name author icon description tags containerImage containerImageUrl url
Codecov
Woodpecker Authors
Plugin to upload coverage reports to Codecov.io.
coverage
testing
woodpeckerci/plugin-codecov

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