Skip to content
  • Guillaume Desmottes's avatar
    ci: generate cobertura report directly · c3946eef
    Guillaume Desmottes authored
    grcov 0.8.0 now has cobertura support so we no longer need to to export
    to lcov format and then convert.
    
    Extract the summary from the generated html so the metric matches the
    one from the html report (for some reason the cobertura ones are
    differents).
    
    The new gitlab summary parsing regexp is now:
      <abbr .*>(\d+.\d+) %<\/abbr>
    c3946eef
Validating GitLab CI configuration… Learn more