【发布时间】:2019-07-04 11:10:54
【问题描述】:
我试图删除我的测试驱动程序文件“test.c”中的覆盖率数据。以下是我在阅读 SO 中的一些类似问题后使用的内容。
$ lcov --remove test.gcda -c -d . -o a.info --rc lcov_branch_coverage=1
但我在下面遇到错误。有人可以帮忙吗?
lcov: ERROR: only one of -z, -c, -a, -e, -r, -l, --diff or --summary allowed!
Use lcov --help to get usage information
【问题讨论】: