Skip to content
Snippets Groups Projects
Commit 0bd29d59 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[Coverage] Temporarly exclude bindings/python directory from coverage reports, fix #534

parent 230fc3bd
Loading
......@@ -89,8 +89,8 @@ doc-coverage:
- make doc
- mv doc/doxygen-html ${CI_PROJECT_DIR}
- mkdir -p ${CI_PROJECT_DIR}/coverage/
- gcovr -r .
- gcovr -r . --html --html-details -o ${CI_PROJECT_DIR}/coverage/index.html
- gcovr -r --exclude-directories bindings/python .
- gcovr -r --exclude-directories bindings/python . --html --html-details -o ${CI_PROJECT_DIR}/coverage/index.html
artifacts:
expire_in: 1 day
paths:
......
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