Skip to content
Snippets Groups Projects
Commit b936348d authored by Bruno Burke's avatar Bruno Burke :hamburger:
Browse files

install lcov_cobertura via pip

parent 0c666c33
No related branches found
No related tags found
1 merge request!1Draft: Migration
Pipeline #95833 passed
......@@ -40,8 +40,8 @@ coverage-jdk11:
stage: visualize
image: python:3-slim
script:
- curl https://raw.githubusercontent.com/eriwen/lcov-to-cobertura-xml/master/lcov_cobertura/lcov_cobertura.py > lcov2cobertura.py
- python lcov2cobertura.py target/coverage/lcov.info
- pip install lcov_cobertura
- python -m lcov_cobertura target/coverage/lcov.info
needs: ["test1"]
artifacts:
reports:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment