Merge remote-tracking branch 'origin/master'

This commit is contained in:
Grahame Grieve 2022-08-24 22:17:44 +10:00
commit b919d9b525
3 changed files with 4 additions and 2 deletions

View File

@ -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>

View File

@ -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/'

View File

@ -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']