Generating test coverage

Change-Id: Ic58ccb3e1282c2a2981d533d921a307fff064aaa
diff --git a/lib/xos-config/Makefile b/lib/xos-config/Makefile
index 70ae716..650eb5f 100644
--- a/lib/xos-config/Makefile
+++ b/lib/xos-config/Makefile
@@ -1,2 +1,2 @@
 test:
-	nosetests -s -v --with-id
\ No newline at end of file
+	nosetests -s -v --with-id --with-coverage --cover-html --cover-erase --cover-xml --cover-package="xosconfig"
\ No newline at end of file