Closed jnodorp-jaconi closed 8 months ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
No data about Duplication
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 86.21%. Comparing base (
f146a84
) to head (8bb70d6
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Pull request checklist
Pull request structure
Implementation checks
gradle clean check
) have passed locally any fixes were made for failures.Pull request type
Please check the type of change your PR introduces: - [ ] Bugfix - [ ] Feature - [ ] Code style update (formatting, renaming) - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes - [ ] Documentation content changes - [x] Other (please describe): test changes ## What is the current behavior? Custom ports are used during integration tests. ## What is the new behavior? The default ports are used during integration tests. ## Does this introduce a breaking change? - [ ] Yes - [x] No