Fix coverage excludes.
This commit is contained in:
@@ -41,7 +41,7 @@ coverage:
|
||||
- find coverage -size 0 -type f -delete
|
||||
- ls coverage/ -lah
|
||||
- lcov `find coverage -type f -exec echo "-a {}" \;` -o coverage/final.out
|
||||
- lcov --remove coverage/final.out 'build/_deps/*' 'lib/*' '/usr/local/*' -o coverage/final_dramsys.out
|
||||
- lcov --remove coverage/final.out '/build/_deps/*' '/lib/*' '/usr/*' -o coverage/final_dramsys.out
|
||||
- lcov --list coverage/final_dramsys.out
|
||||
|
||||
include:
|
||||
|
||||
Reference in New Issue
Block a user