gstreamer-rs/ci/images_template.yml
Guillaume Desmottes c3946eef7c ci: generate cobertura report directly
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>
2021-04-23 12:28:54 +00:00

5 lines
94 B
YAML

variables:
GST_RS_IMG_TAG: '2021-04-23.1'
GST_RS_STABLE: '1.51.0'
GST_RS_MSRV: '1.51.0'