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

Change-Id: I89d6501c4af269e8e978dffebf91c6786151e9c3
diff --git a/xos/unittest.cfg b/xos/unittest.cfg
index 44c6ea4..9a7a380 100644
--- a/xos/unittest.cfg
+++ b/xos/unittest.cfg
@@ -1,6 +1,13 @@
 [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