sdstoehr / har-reader

Library for accessing HTTP Archives (HAR) with Java
MIT License
91 stars 30 forks source link

Add HAR write utils #175

Closed uarlouski closed 1 week ago

uarlouski commented 1 week ago

Hi @sdstoehr :) can you please take a look?

codecov[bot] commented 1 week ago

Codecov Report

Attention: Patch coverage is 81.57895% with 7 lines in your changes missing coverage. Please review.

Project coverage is 78.54%. Comparing base (9ba503e) to head (0a24502). Report is 19 commits behind head on main.

Files with missing lines Patch % Lines
src/main/java/de/sstoehr/harreader/HarWriter.java 80.95% 4 Missing :warning:
.../java/de/sstoehr/harreader/HarWriterException.java 0.00% 2 Missing :warning:
src/main/java/de/sstoehr/harreader/HarReader.java 80.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #175 +/- ## ============================================= + Coverage 66.18% 78.54% +12.36% - Complexity 297 388 +91 ============================================= Files 24 27 +3 Lines 686 713 +27 Branches 130 130 ============================================= + Hits 454 560 +106 + Misses 207 153 -54 + Partials 25 0 -25 ```

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

sdstoehr commented 1 week ago

@uarlouski Thanks for your contribution.

This is included in version 2.4.0 - might take a while until it is available through Maven Central.

uarlouski commented 1 week ago

@sdstoehr thank you :)