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

[Coverage] fix regex to find bindings/python in some subdirs

parent f606f337
No related branches found
No related tags found
No related merge requests found
......@@ -89,8 +89,8 @@ doc-coverage:
- make doc
- mv doc/doxygen-html ${CI_PROJECT_DIR}
- mkdir -p ${CI_PROJECT_DIR}/coverage/
- gcovr -r . --exclude bindings/python
- gcovr -r . --exclude bindings/python --html --html-details -o ${CI_PROJECT_DIR}/coverage/index.html
- gcovr -r . --exclude .*bindings/python
- gcovr -r . --exclude .*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