Skip to content
Snippets Groups Projects
Commit 6124c1b7 authored by Corné Lukken's avatar Corné Lukken
Browse files

Fix coverage reporting

parent da106f92
Branches
No related tags found
1 merge request!12Fix coverage reporting
Pipeline #114862 waiting for manual action
Pipeline: C++ project

#114863

    ......@@ -76,6 +76,7 @@ test:
    - mkdir coverage
    - gcovr -r .. -e ../test/ -e ../src/main.cpp --txt --xml coverage.xml --html-details coverage/coverage.html
    - tar cfz coverage.tar.gz coverage/
    coverage: '/TOTAL.*?\ ([0-9\.]{1,}\%).*$/'
    artifacts:
    paths:
    # This will give a warning which is ok
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment