ci: make coverage job manual

It's broken atm, likely because of https://github.com/mozilla/grcov/issues/555
This commit is contained in:
Guillaume Desmottes 2021-01-22 09:09:41 +01:00
parent 72f191b79b
commit beee75dabe

View file

@ -435,6 +435,7 @@ coverage:
# output coverage summary for gitlab parsing
- lcov -r lcov "/*" 2&> out
- grep lines out
when: 'manual'
artifacts:
paths:
- 'coverage'