Skip to content
Snippets Groups Projects
Commit a8012a59 authored by Andrea Michelotti's avatar Andrea Michelotti
Browse files

lcov fixed command line

parent 9d33c823
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -419,7 +419,7 @@ pages:
- source $INSTALL_DIR/chaos_env.sh
- $INSTALL_DIR/bin/TestFramework
- $INSTALL_DIR/tools/chaos_test.sh -d $INSTALL_DIR/tools/test
- lcov -r '*external-x86_64-Linux*' '*boost*' --capture --directory . --output-file coverage.info
- lcov -r '*external-x86_64-Linux*' '*boost*' --directory . --output-file coverage.info
- genhtml coverage.info --output-directory public
- ls -la
allow_failure: true
......@@ -428,5 +428,4 @@ pages:
- 'coverage_html'
expire_in: 7 day
coverage: '/^TOTAL.*\s+(\d+\%)$/'
\ No newline at end of file
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