Skip to content

Commit

Permalink
Merge pull request #134 from chen-honggang/dev/ut
Browse files Browse the repository at this point in the history
修正lcov提取路径
  • Loading branch information
chen-honggang authored Mar 7, 2023
2 parents 2df5fd5 + 9bf2f4a commit 8563065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen_lcov.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

workspace=`pwd`
EXTRACT="${workspace}/src ${workspace}/include"
EXTRACT="${workspace}/*/op/* ${workspace}/*/util/* ${workspace}/*/request/* ${workspace}/*/response/* ${workspace}/*/trsf/* ${workspace}/include"
# clear
rm UTReport -rf
rm UTResport.tar
Expand Down

0 comments on commit 8563065

Please sign in to comment.