Closed JPercival closed 8 months ago
@JPercival I noticed that the build was failing due to a conflict with Wiremock dependency which contained multiple version of Jetty (11 and 12). I noticed that multiple new version of wiremock came out with less vulnerability so I decided to update to the latest version and force the use of jetty 11.0.20 (as per wiremock requirement) with a dependency management node. This seems to have fixed the issue and the only test that was failing du to Wiremock is now working.
looks good to me ! I'll make sure to put the coming test results into target/test-output!
When you run mvn clean
, it automatically deletes the target
folder. It's also ignored in git. This way no test output gets accidentally committed and it's self-cleaning.
Attention: Patch coverage is 12.50000%
with 14 lines
in your changes are missing coverage. Please review.
Project coverage is 20.85%. Comparing base (
241bd02
) to head (e8a2b59
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
By creating this PR you acknowledge that your contribution will be licensed under Apache 2.0