Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatryk Obara <dreamer.tan@gmail.com>2021-02-19 17:19:20 +0300
committerPatryk Obara <patryk.obara@gmail.com>2021-02-19 21:36:58 +0300
commit08425ed7ba945d8a4e56dea74762b378af4de1b0 (patch)
treef0a97107069d1eb4d7e6d269eda1cfc42b3541e3 /BUILD.md
parentccc61f8fe4bc54cb011b3b8ec0a747eaef24c6d8 (diff)
Mention how to open test coverage report
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/BUILD.md b/BUILD.md
index 586d15f09..99700a1bf 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -116,6 +116,12 @@ meson test -C build
ninja -C build coverage-html
```
+Open the report with your browser:
+
+``` shell
+firefox build/meson-logs/coveragereport/index.html"
+```
+
### Static analysis report
Prerequisites: