diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index ca39118c1..40a5b0a66 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -45,21 +45,21 @@ steps:
- bash: echo Current version => $(version)
displayName: 'version'
- - bash: <(curl https://codecov.io/bash) -t $(CODECOV_TOKEN)
- displayName: 'codecov'
+# - script: bash <(curl https://codecov.io/bash) -t $(CODECOV_TOKEN)
+# displayName: 'codecov'
-
- # - task: PublishCodeCoverageResults@1
- # inputs:
- # codeCoverageTool: "Jacoco"
- # summaryFileLocation: "$(System.DefaultWorkingDirectory)/report/target/site/jacoco-aggregate/jacoco.xml"
- # failIfCoverageEmpty: true
+ - task: PublishCodeCoverageResults@1
+ inputs:
+ codeCoverageTool: "Jacoco"
+ summaryFileLocation: "$(System.DefaultWorkingDirectory)/report/target/site/jacoco-aggregate/jacoco.xml"
+ failIfCoverageEmpty: true
# - task: PublishPipelineArtifact@1
# condition: eq(variables.currentImage, 'ubuntu-16.04')
# inputs:
# targetPath: "$(System.DefaultWorkingDirectory)/target/ProjectA-$(version).jar"
# artifactName: ProjectAOutput
-
+https://codecov:
+ io/bash:
diff --git a/pom.xml b/pom.xml
index d2b360e81..63d9fec72 100644
--- a/pom.xml
+++ b/pom.xml
@@ -290,6 +290,10 @@
org/hl7/fhir/r5/formats/XmlParser
org/hl7/fhir/r4/formats/JsonParser
org/hl7/fhir/r4/formats/XmlParser
+ org/hl7/fhir/r4/**/*
+ org/hl7/fhir/dstu3/**/*
+ org/hl7/fhir/dstu2/**/*
+ org/hl7/fhir/dstu2016may/**/*
diff --git a/report/pom.xml b/report/pom.xml
index 044fb61ed..243b4f68d 100644
--- a/report/pom.xml
+++ b/report/pom.xml
@@ -23,26 +23,26 @@
org.hl7.fhir.convertors
${project.version}
-
- ca.uhn.hapi.fhir
- org.hl7.fhir.dstu2
- ${project.version}
-
-
- ca.uhn.hapi.fhir
- org.hl7.fhir.dstu3
- ${project.version}
-
-
- ca.uhn.hapi.fhir
- org.hl7.fhir.dstu2016may
- ${project.version}
-
-
- ca.uhn.hapi.fhir
- org.hl7.fhir.r4
- ${project.version}
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
ca.uhn.hapi.fhir
org.hl7.fhir.r5