ci: always run coverage job

It should be fixed now.
This commit is contained in:
Guillaume Desmottes 2021-04-16 09:03:25 +02:00
parent 1b9c0482d1
commit 48f74d39e8

View file

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