Commit 3da7e17b authored by norvell's avatar norvell
Browse files

Exclude apps and lib_util from coverage in conformance test

parent c082c0a2
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1515,6 +1515,8 @@ ivas-conformance-linux:
    # Collect coverage
    - cd -
    - lcov -c -d obj -o coverage.info
    - lcov -r coverage.info "*apps*" -o coverage.info
    - lcov -r coverage.info "*lib_util*" -o coverage.info
    - commit_sha=$(git rev-parse HEAD)
    - genhtml coverage.info -o coverage -t "Coverage on main @ $commit_sha"