forked from mirrors/gstreamer-rs
01e1cfce54
Uses the new llvm source-base coverage from nightly to generate coverage reports: - full html report as artifact - cobertura report for gitlab MR integration - output coverage summary for gitlab parsing Here is the regexp to set in gitlab as "Test coverage parsing": \s*lines\.*:\s*([\d\.]+%) Ignore sys crates when calculating coverage are those are fully generated anyway. Resources: - https://github.com/marco-c/rust-code-coverage-sample - https://github.com/mozilla/grcov/issues/468#issuecomment-691615245 - https://www.greycastle.se/how-to-show-flutter-test-coverage-in-gitlab-ci/
4 lines
94 B
YAML
4 lines
94 B
YAML
variables:
|
|
GST_RS_IMG_TAG: '2021-01-11.0'
|
|
GST_RS_STABLE: '1.49.0'
|
|
GST_RS_MSRV: '1.48.0'
|