[CORD-3206] Updates for new xos unit test job
Change-Id: Ib699e14f0598800eb593238499e87f051eae1199
diff --git a/xos/unittest.cfg b/xos/unittest.cfg
index 9679a47..2672bb6 100644
--- a/xos/unittest.cfg
+++ b/xos/unittest.cfg
@@ -1,11 +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
\ No newline at end of file
+coverage-report = html
+coverage-report = xml
+