This plugin provides a convenient way to submit coverage reports to Codecov using CoverageTools.jl and the Codecov CLI.
steps:
- label: ":julia: Run tests and submit coverage"
plugins:
- JuliaCI/julia#v1:
version: "1.6"
- JuliaCI/julia-test#v1: ~
- JuliaCI/julia-coverage#v1: ~
Note that Codecov does not support tokenless submission from Buildkite, so you
will need to specify your CODECOV_TOKEN
, e.g., by using the
cryptic buildkite
plugin.
dirs
: A list of directories to process coverage for. Defaults tosrc
.flags
: A list of flags to categorize the coverage reports. These flags can be used to generate separate coverage badges for different aspects of your project, which is particularly useful for monorepos. Defaults to an empty list.