xp icon indicating copy to clipboard operation
xp copied to clipboard

XmlObjectParser skips validation for sources without namespaces #9573

Open vbradnitski opened this issue 2 years ago • 1 comments

vbradnitski avatar Jan 30 '23 15:01 vbradnitski

Codecov Report

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

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

:exclamation: Current head cb564a2 differs from pull request most recent head fe52d10. Consider uploading reports for the commit fe52d10 to get more accurate results

Additional details and impacted files
@@            Coverage Diff            @@
##             master   #10010   +/-   ##
=========================================
  Coverage     83.99%   84.00%           
- Complexity    19290    19296    +6     
=========================================
  Files          2580     2580           
  Lines         67749    67769   +20     
  Branches       5464     5468    +4     
=========================================
+ Hits          56905    56927   +22     
+ Misses         8137     8134    -3     
- Partials       2707     2708    +1     
Impacted Files Coverage Δ
.../java/com/enonic/xp/xml/parser/XmlModelParser.java 100.00% <100.00%> (ø)
...java/com/enonic/xp/xml/parser/XmlObjectParser.java 87.71% <100.00%> (+7.16%) :arrow_up:
...nonic/xp/xml/parser/XmlRelationshipTypeParser.java 88.23% <100.00%> (+0.73%) :arrow_up:
.../enonic/xp/core/impl/export/xml/XmlNodeParser.java 93.70% <100.00%> (+1.24%) :arrow_up:
...java/com/enonic/xp/xml/schema/SchemaValidator.java 85.71% <0.00%> (-14.29%) :arrow_down:
...enonic/xp/xml/parser/XmlStyleDescriptorParser.java 89.74% <0.00%> (-5.13%) :arrow_down:
...xp/repo/impl/branch/storage/BranchServiceImpl.java 94.49% <0.00%> (+1.83%) :arrow_up:
... and 1 more

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 Jan 31 '23 08:01 codecov[bot]