How to include test-coverage percentage results in the merge Request of gitlab. Example for jacoco (working for both unit & integration tests)
# .gitlab-.ci.yml
test:
stage: test
image: maven:3.8-openjdk-17-slim
- mvn $MAVEN_CLI_OPTS verify
# jacoco code-coverage reporting