Closed philsttr closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 71.82%. Comparing base (
1ac92af
) to head (3898d32
). Report is 13 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
There was a regression introduced in 8.0 when building the source jar during releases when the maven-release-plugin was upgraded.
To simplify things, and avoid that in the future, I changed the build to always package the source jar.
Fixes #1036