Fix coverage excludes.

This commit is contained in:
Lukas Steiner
2023-02-23 13:40:17 +01:00
parent 2d44f36d2e
commit 579106b13d

View File

@@ -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: