Skip to content

JuliaCI/julia-coverage-buildkite-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

julia-coverage-buildkite-plugin

Build status codecov

This plugin provides a convenient way to submit coverage reports to Codecov using CoverageTools.jl and the Codecov CLI.

Example

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.

Options

  • dirs: A list of directories to process coverage for. Defaults to src.
  • 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.

About

Buildkite plugin to process and submit coverage information from a Julia execution.

Topics

Resources

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •