diff options
author | José Bollo <jose.bollo@iot.bzh> | 2018-07-03 18:42:32 +0200 |
---|---|---|
committer | Jose Bollo <jose.bollo@iot.bzh> | 2018-07-03 19:24:01 +0200 |
commit | f645c76e0bfa772aff97141389d45476bf091053 (patch) | |
tree | 724af18ff4b5b92aa071e93675582b67c11d1908 /coverage/README.md | |
parent | 57e09344b57d98515bf02165e0e33a1d43134af0 (diff) |
coverage: Add the missing files
The files weren't included due to git and gitignore.
Also add a README.md to reproduce the test.
Change-Id: Ifcdffaca32c369b2ff5fb82e246fa0cad87813f5
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'coverage/README.md')
-rw-r--r-- | coverage/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/coverage/README.md b/coverage/README.md new file mode 100644 index 00000000..def86b05 --- /dev/null +++ b/coverage/README.md @@ -0,0 +1,9 @@ + +How to do test coverage? +======================== + +```bash +cd coverage +make report +xdg-open report/index.html +``` |