【发布时间】:2014-01-30 15:02:27
【问题描述】:
我能够找到的示例建议排除以下内容:
covselect --add \!/usr/src/thing/to/exclude
但是,当我这样做并列出我的内含物时,我得到:
BullseyeCoverage Select Regions 8.8.9 Linux-x64 License 9395
Copyright (c) Bullseye Testing Technology 1990-2013
include folder /usr/src/
include folder /!/usr/src/thing/to/exclude/
?
【问题讨论】:
-
尝试用' '包装你想排除的源。例如:
covselect --add '\!/usr/src/thing/to/exclude'
标签: bullseye