Commit 40a41ba0 authored by Jan Kiene's avatar Jan Kiene
Browse files

fix - use variable also in this spot

parent b0e2ba63
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1451,7 +1451,7 @@ ivas-conformance-linux:
    - lcov -r $COVERAGE_OUTPUT_FILE "*lib_util*" -o $COVERAGE_OUTPUT_FILE
    - commit_sha=$(git rev-parse HEAD)
    # replace hardcoded path with relative path to allow easy merging of .info files
    - sed -i "s|$(pwd)|.|g" coverage.info
    - sed -i "s|$(pwd)|.|g" $COVERAGE_OUTPUT_FILE
    - genhtml $COVERAGE_OUTPUT_FILE -o $COVERAGE_OUTPUT_DIR -t "Coverage on main -- $COVERAGE_TITLE @ $commit_sha"

    # Check for failures