mreutegg / laszip4j

The LASzip library ported to Java
GNU Lesser General Public License v2.1
34 stars 15 forks source link

Introduce new methods on LASReader that return a closeable point iter… #101

Closed mreutegg closed 9 months ago

mreutegg commented 9 months ago

…able for use with try-with-resources

codecov[bot] commented 9 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (ef90f96) 20.27% compared to head (b030d8f) 20.36%. Report is 2 commits behind head on master.

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #101 +/- ## ============================================ + Coverage 20.27% 20.36% +0.09% - Complexity 744 748 +4 ============================================ Files 170 170 Lines 12461 12473 +12 Branches 2747 2748 +1 ============================================ + Hits 2526 2540 +14 Misses 9400 9400 + Partials 535 533 -2 ``` | [Files](https://app.codecov.io/gh/mreutegg/laszip4j/pull/101?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [...n/java/com/github/mreutegg/laszip4j/LASReader.java](https://app.codecov.io/gh/mreutegg/laszip4j/pull/101?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL21haW4vamF2YS9jb20vZ2l0aHViL21yZXV0ZWdnL2xhc3ppcDRqL0xBU1JlYWRlci5qYXZh) | `88.60% <100.00%> (+2.04%)` | :arrow_up: | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/mreutegg/laszip4j/pull/101/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

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

sonarcloud[bot] commented 9 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication