aboutsummaryrefslogtreecommitdiffstats
path: root/docs/internals.md
diff options
context:
space:
mode:
authorJouni Hogander <jouni.hogander@unikie.com>2020-02-04 13:41:48 +0200
committerAndrey Konovalov <andreyknvl@gmail.com>2020-02-06 13:11:14 +0100
commit4bf48b4f49ab3195091aa01d7785088f1fc994b1 (patch)
tree007c984491f20522b1c693296671542cf1b5369a /docs/internals.md
parent5be3a391ba78f7f11b725cee6783880974b9895a (diff)
docs: Add coverage documentation
Getting coverage working on cross-arch environment is currently not documented at all. Also coverage presentation in the web-ui is unclear. This document addition addresses these
Diffstat (limited to 'docs/internals.md')
-rw-r--r--docs/internals.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/internals.md b/docs/internals.md
index aa166adf3..c672e04e7 100644
--- a/docs/internals.md
+++ b/docs/internals.md
@@ -69,3 +69,7 @@ However, frequently they mean a kernel lockup or something similarly bad (here a
[1](https://groups.google.com/d/msg/syzkaller/zfuHHRXL7Zg/Tc5rK8bdCAAJ),
[2](https://groups.google.com/d/msg/syzkaller/kY_ml6TCm9A/wDd5fYFXBQAJ),
[3](https://groups.google.com/d/msg/syzkaller/OM7CXieBCoY/etzvFPX3AQAJ)).
+
+## Coverage
+
+Syzkaller coverage description can be found from [here](coverage.md).