Update .gitlab-ci.yml file: cobertura fix

merge-requests/12/merge
Michał "rysiek" Woźniak 2022-05-15 18:50:07 +00:00
rodzic 5ab99eb795
commit 223ab797b8
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -21,7 +21,9 @@ libresilient-test:
reports: reports:
junit: junit:
- junit.xml - junit.xml
cobertura: coverage/cobertura-coverage.xml coverage_report:
coverage_format: cobertura
path: coverage/cobertura-coverage.xml
tags: tags:
- docker - docker
- linux - linux