Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 918 Bytes

README.md

File metadata and controls

43 lines (32 loc) · 918 Bytes

Docker Codecov Buildkite Plugin

An Buildkite plugin for running Codecov.

It contains a post-command hook, and tests using plugin-tester.

Example

steps:
  - plugins:
      - joscha/codecov#v3.0.0: ~

The shell option can be used to forward parameters to the codecov invocation.

steps:
  - plugins:
      - joscha/codecov#v3.0.0:
          args:
            - '-v'
            - '-F my_flag'

In case you do not want to upload coverage results after a failed command step:

steps:
  - plugins:
      - joscha/codecov#v3.0.0:
          skip_on_fail: true

Tests

To run the tests of this plugin, run

docker-compose run --rm tests

License

MIT (see LICENSE)