kroxylicious / kroxylicious-junit5-extension

JUnit5 extension and helpers for writing tests parameterised over Kafka clusters
Apache License 2.0
9 stars 10 forks source link

Fix sonar issues #338

Closed k-wall closed 4 months ago

k-wall commented 4 months ago

Type of change

Select the type of your PR

Description

Trying to work out why sonar coverage is absent.

  1. use fetch-depth: 0 to avoid sonar 'Missing blame information'
  2. fix warning from sonar workflow "Unexpected input(s) 'number', 'full_name', valid inputs are ['route', 'mediaType']" (this one is probably not impactful)

Additional Context

Why are you making this pull request?

Checklist

Please go through this checklist and make sure all applicable tasks have been done

sonarcloud[bot] commented 4 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud