[CORD-3206] Updates for new xos unit test job
Change-Id: I8d693d98ed0abf18f7b765247c6d6d2b64c71876
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