Skip to content

ci: Disable the coverage CI job when running dist on a release

Philip Withnall requested to merge pwithnall/glib:ci-no-coverage-on-dist into master

It fails because dist-job (correctly) doesn’t build with the code coverage CFLAGS enabled.

Leave coverage to be generated on master and development branches.

Signed-off-by: Philip Withnall withnall@endlessm.com

Merge request reports