org.hl7.fhir.core icon indicating copy to clipboard operation
org.hl7.fhir.core copied to clipboard

Fix intermittent failure of SnapshotGenerationTests

Open dotasek opened this issue 2 years ago • 1 comments

DO NOT MERGE YET. There may still be instances of test classes that are still mutating a shared context.

Uses copies of IWorkerContext to better separate test classes.

dotasek avatar Oct 11 '22 13:10 dotasek

Codecov Report

Base: 9.56% // Head: 9.56% // Increases project coverage by +0.00% :tada:

Coverage data is based on head (1f9a8cb) compared to base (fb921f6). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #947   +/-   ##
=========================================
  Coverage      9.56%    9.56%           
+ Complexity    13191    13189    -2     
=========================================
  Files          2428     2428           
  Lines        971486   971489    +3     
  Branches     288845   288845           
=========================================
+ Hits          92936    92945    +9     
+ Misses       842761   842754    -7     
- Partials      35789    35790    +1     
Impacted Files Coverage Δ
.../java/org/hl7/fhir/r5/utils/ToolingExtensions.java 17.01% <ø> (ø)
...a/org/hl7/fhir/r5/test/utils/TestingUtilities.java 46.42% <100.00%> (+3.03%) :arrow_up:
...va/org/hl7/fhir/r4b/model/StructureDefinition.java 23.01% <0.00%> (-0.07%) :arrow_down:
...org/hl7/fhir/r4b/conformance/ProfileUtilities.java 49.27% <0.00%> (-0.05%) :arrow_down:
...java/org/hl7/fhir/r4b/model/ElementDefinition.java 13.25% <0.00%> (-0.02%) :arrow_down:
...a/org/hl7/fhir/r5/test/utils/CompareUtilities.java 58.68% <0.00%> (+1.87%) :arrow_up:
...c/main/java/org/hl7/fhir/utilities/FileFormat.java 77.77% <0.00%> (+66.66%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov[bot] avatar Oct 11 '22 14:10 codecov[bot]

Not necessary anymore

grahamegrieve avatar Oct 18 '22 20:10 grahamegrieve