Skip to content

Commit 9bf2f4a

Browse files
author
gavinhgchen
committed
修正lcov提取路径
1 parent 94d41db commit 9bf2f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gen_lcov.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
workspace=`pwd`
4-
EXTRACT="${workspace}/src ${workspace}/include"
4+
EXTRACT="${workspace}/*/op/* ${workspace}/*/util/* ${workspace}/*/request/* ${workspace}/*/response/* ${workspace}/*/trsf/* ${workspace}/include"
55
# clear
66
rm UTReport -rf
77
rm UTResport.tar

0 commit comments

Comments
 (0)