Skip to content

Commit

Permalink
#32: remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tlamonthezie committed Jul 23, 2024
1 parent 9cc5786 commit 8d00b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ if [[ "${VT_TV_RUN_TESTS}" == "ON" ]]; then
# Error(s) while accumulating results:
# Problem reading source file: /home/thomas/repositories/vt-tv/lib/yaml-cpp/include/yaml-cpp/node/detail/impl.h line:235 out total: 384
# Looks like there are more lines in the file: /home/thomas/repositories/vt-tv/lib/yaml-cpp/include/yaml-cpp/node/detail/node.h

lcov --capture --directory ${VT_TV_BUILD_DIR} --output-file lcov_vt-tv_test.info
lcov --remove lcov_vt-tv_test.info -o lcov_vt-tv_test_no_deps.info '*/lib/*' '/usr/include/*' '*/vtk/*' '*/tests/*'
lcov --summary lcov_vt-tv_test_no_deps.info
Expand Down

0 comments on commit 8d00b2b

Please sign in to comment.