[CORD-3206] Updates for new xos unit test job

Change-Id: I202ba5dca6a8ff59a4931d1673516ab1cf04ebf8
diff --git a/xos/unittest.cfg b/xos/unittest.cfg
index 71be7ca..2672bb6 100644
--- a/xos/unittest.cfg
+++ b/xos/unittest.cfg
@@ -1,5 +1,14 @@
 [unittest]
-plugins=nose2-plugins.exclude
+plugins=nose2.plugins.junitxml
 code-directories=synchronizer
                  model_policies
                  steps
+                 pull_steps
+
+[coverage]
+always-on = True
+coverage = synchronizer
+coverage-report = term
+coverage-report = html
+coverage-report = xml
+