diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-08-15 12:41:38 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-08-15 12:41:38 +0200 |
| commit | b236d3e2e0f8ac0392f3caed503cbb6f29a68fe2 (patch) | |
| tree | a39924438368075d8b03259d838ae240e1c6425c | |
| parent | 139e747dfac18ba6a230005f48b39f958a889c18 (diff) | |
| download | turns-b236d3e2e0f8ac0392f3caed503cbb6f29a68fe2.tar.xz turns-b236d3e2e0f8ac0392f3caed503cbb6f29a68fe2.zip | |
coverage: exclude downloaded dependencies
| -rw-r--r-- | .lcovrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ #lcov -c -o cov.info -d build -b . exclude = /usr/include/* +exclude = build/_deps/* ignore_errors = unused,empty
\ No newline at end of file |
