gitlab-ci: Work around lcov incompatibility with gcc-9

This commit is contained in:
Daiki Ueno 2019-06-09 08:27:03 +02:00
parent 61f5569baf
commit 5f5e560f0b

View File

@ -66,6 +66,8 @@ fedora:coverage:
name: "libsecret-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}"
paths:
- _build/meson-logs/coveragereport/
# https://github.com/linux-test-project/lcov/issues/58
allow_failure: true
pages:
stage: deploy