Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
b919d9b525
1
pom.xml
1
pom.xml
|
@ -331,6 +331,7 @@
|
|||
<excludes>
|
||||
<!-- These are auto-generated files that will exceed the JVM limit on file size.
|
||||
If these are not excluded, Jacoco complains and won't run the validator tests. -->
|
||||
<exclude>org/hl7/fhir/r5/terminologies/JurisdictionUtilities</exclude>
|
||||
<exclude>org/hl7/fhir/r5/formats/JsonParser</exclude>
|
||||
<exclude>org/hl7/fhir/r5/formats/XmlParser</exclude>
|
||||
<exclude>org/hl7/fhir/r4b/formats/JsonParser</exclude>
|
||||
|
|
|
@ -12,6 +12,7 @@ jobs:
|
|||
currentImage: ${{image.name}}
|
||||
codecov: $(CODECOV_TOKEN)
|
||||
VERSION:
|
||||
JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
|
||||
|
||||
steps:
|
||||
# Runs 'mvn clean install'
|
||||
|
@ -50,4 +51,4 @@ jobs:
|
|||
inputs:
|
||||
codeCoverageTool: 'JaCoCo'
|
||||
summaryFileLocation: '$(System.DefaultWorkingDirectory)/org.hl7.fhir.report/target/site/jacoco-aggregate/jacoco.xml'
|
||||
reportDirectory: '$(System.DefaultWorkingDirectory)/org.hl7.fhir.report/target/site/jacoco-aggregate/'
|
||||
reportDirectory: '$(System.DefaultWorkingDirectory)/org.hl7.fhir.report/target/site/jacoco-aggregate/'
|
||||
|
|
|
@ -14,5 +14,5 @@ jobs:
|
|||
jdkVersions: [ '1.11', '1.17']
|
||||
- name: macos-latest
|
||||
jdkVersions: [ '1.11', '1.17']
|
||||
- name: windows-2019
|
||||
- name: windows-latest
|
||||
jdkVersions: [ '1.11', '1.17']
|
Loading…
Reference in New Issue