Generating test coverage

Change-Id: Ic58ccb3e1282c2a2981d533d921a307fff064aaa
diff --git a/lib/xos-genx/.gitignore b/lib/xos-genx/.gitignore
index f8e7be5..b1547d1 100644
--- a/lib/xos-genx/.gitignore
+++ b/lib/xos-genx/.gitignore
@@ -1,3 +1,6 @@
 build
 dist
-XosGenX.egg-info
\ No newline at end of file
+XosGenX.egg-info
+.coverage
+coverage.xml
+cover
\ No newline at end of file
diff --git a/lib/xos-genx/Makefile b/lib/xos-genx/Makefile
index 898f154..feee40e 100644
--- a/lib/xos-genx/Makefile
+++ b/lib/xos-genx/Makefile
@@ -1,3 +1,3 @@
 test:
-	nosetests -s -v --with-id
+	nosetests -s -v --with-id --with-coverage --cover-html --cover-erase --cover-xml --cover-package="xosgenx"