tcurdt / jdeb

This library provides an Ant task and a Maven plugin to create Debian packages from Java builds in a truly cross platform manner.
https://github.com/tcurdt/jdeb
Apache License 2.0
535 stars 322 forks source link

Make changes file reproducible #748

Closed norrisjeremy closed 2 weeks ago

norrisjeremy commented 2 months ago

Make changes file reproducible (#712)

codecov-commenter commented 2 months ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 71.42857% with 2 lines in your changes missing coverage. Please review.

Project coverage is 71.69%. Comparing base (92fee05) to head (003f851). Report is 129 commits behind head on master.

Files with missing lines Patch % Lines
...c/main/java/org/vafer/jdeb/ChangesFileBuilder.java 75.00% 0 Missing and 1 partial :warning:
src/main/java/org/vafer/jdeb/DebMaker.java 66.66% 1 Missing :warning:

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #748 +/- ## ============================================ + Coverage 71.03% 71.69% +0.66% - Complexity 96 98 +2 ============================================ Files 7 7 Lines 580 590 +10 Branches 75 78 +3 ============================================ + Hits 412 423 +11 + Misses 121 120 -1 Partials 47 47 ```

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

tcurdt commented 2 weeks ago

Looking good to me. Thanks for the contribution!