gcov
This commit is contained in:
parent
f5643e29b8
commit
0c298a8311
|
@ -20,6 +20,12 @@ cp ../build/obj/* .
|
|||
gcov *.c* > gcov.log 2>gcov.err
|
||||
|
||||
|
||||
lcov --capture --directory . --output-file coverage.info
|
||||
genhtml coverage.info --output-directory gcov
|
||||
|
||||
# gcovr --html -o rusefi_unit_tests.html
|
||||
# ls -l rusefi_unit_tests.html
|
||||
|
||||
|
||||
ncftpput -m -R -v -u $RUSEFI_DOXYGEN_FTP_USER -p $RUSEFI_DOXYGEN_FTP_PASS $RUSEFI_FTP_SERVER /unit_tests_coverage gcov/*
|
||||
|
||||
gcovr --html -o rusefi_unit_tests.html
|
||||
ls -l rusefi_unit_tests.html
|
||||
|
|
Loading…
Reference in New Issue