From 3717b9e76bb33b05d9e8e2701d3f9c60bead3b60 Mon Sep 17 00:00:00 2001 From: markiantorno Date: Tue, 5 May 2020 11:36:14 -0400 Subject: [PATCH] wip --- azure-pipelines.yml | 18 +++++++++--------- pom.xml | 4 ++++ report/pom.xml | 40 ++++++++++++++++++++-------------------- 3 files changed, 33 insertions(+), 29 deletions(-) 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