diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-04-01 12:23:00 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-04-01 12:23:00 +0200 |
| commit | 6c1921d77a6d23bd5850db5b8db20e0f1bc67f40 (patch) | |
| tree | 877853b56ddc66468183da3c85ea86461d3d273f /.lcovrc | |
| parent | 1f652b8b5ca5dbea588975466801cb1479f3dda8 (diff) | |
| download | teachos-6c1921d77a6d23bd5850db5b8db20e0f1bc67f40.tar.xz teachos-6c1921d77a6d23bd5850db5b8db20e0f1bc67f40.zip | |
kernel/tests: update coverage configuration
Diffstat (limited to '.lcovrc')
| -rw-r--r-- | .lcovrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ exclude = /usr/include/* exclude = build/bht/_deps/* exclude = tests/* +exclude = **.tests.cpp +exclude = kapi/include/kapi/* ignore_errors = unused,empty,inconsistent
\ No newline at end of file |
