Skip to content
Snippets Groups Projects
Commit 499db5fa authored by mkirsz's avatar mkirsz
Browse files

Update .gitlab-ci.yml file

parent 22ca28c5
No related branches found
No related tags found
No related merge requests found
Pipeline #33640 passed
......@@ -39,7 +39,7 @@ run-tests-1:
script:
- cd ${DEBUG_DIR}
- make test
- cd ..; gcovr -e '.*tests.*|.*lib.*|.*docs.*|.*example.*|.*scripts.*|build' -r .
- cd ..; gcovr -e '.*tests.*|.*lib.*|.*docs.*|.*example.*|.*scripts.*|.*LIBS.*|build' -r .
coverage: /^TOTAL.*\s+(\d+\%)$/
build-release-shared:
......
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