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

Change-Id: I49cb0e9907c9405c8a6779c22fd7f4ce82cc0eb3
diff --git a/xos/unittest.cfg b/xos/unittest.cfg
index 48ea867..25629c4 100644
--- a/xos/unittest.cfg
+++ b/xos/unittest.cfg
@@ -1,4 +1,11 @@
 [unittest]
-plugins=nose2-plugins.exclude
+plugins=nose2.plugins.junitxml
 code-directories=synchronizer
                  steps
+
+[coverage]
+always-on = True
+coverage = synchronizer
+coverage-report = term
+coverage-report = html
+coverage-report = xml