Add gcovr config
Adds configuration file for gcovr coverage scan.
Change-Id: I27bdea88b5901cc18ccd8cfa333dc35b80bf1625
Signed-off-by: Michal Orzel <michalx.orzel@intel.com>
diff --git a/gcovr.cfg b/gcovr.cfg
new file mode 100644
index 0000000..7857090
--- /dev/null
+++ b/gcovr.cfg
@@ -0,0 +1,12 @@
+# gcovr configuration file
+
+filter = src/
+
+exclude-unreachable-branches = yes
+exclude-throw-branches = yes
+
+html = yes
+print-summary = yes
+
+html-title = OpenBMC Telemetry Coverage Report
+html-self-contained = yes