datafaker-net / datafaker

Generating fake data for the JVM (Java, Kotlin, Groovy) has never been easier!
https://www.datafaker.net
Apache License 2.0
1.09k stars 151 forks source link

Drop deprecated Xml #1244

Closed snuyanzin closed 1 month ago

snuyanzin commented 1 month ago

Probably a bit late however need to remove the latest old format approach for XML since it was also replaced by XMLTransformer, no need for that anymore

codecov-commenter commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.94%. Comparing base (b37c566) to head (4d23732). Report is 147 commits behind head on main.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1244 +/- ## ============================================ - Coverage 92.35% 91.94% -0.41% - Complexity 2821 3026 +205 ============================================ Files 292 308 +16 Lines 5609 5922 +313 Branches 599 622 +23 ============================================ + Hits 5180 5445 +265 - Misses 275 319 +44 - Partials 154 158 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

snuyanzin commented 1 month ago

Thanks for taking a look