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

Update .gitlab-ci.yml

parent d0465d6e
No related branches found
No related tags found
No related merge requests found
Pipeline #116853 passed
......@@ -41,7 +41,7 @@ coverage-lcov2cobertura:
image: python:3-slim
script:
- pip install lcov_cobertura
- ~/.local/bin/lcov_cobertura target/coverage/lcov.info
- 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