code-maven-QA-mutation-[bugfix/GH-7-sonar-issues-fix]=>[develop] #7
code-maven_java-QA_mutation.yml
on: pull_request
mutation-tests
9m 34s
Annotations
4 notices
mutation-tests
📒 pitest: ✔️ Passed - 📊 Mutation Coverage % [95] is above or equal to threshold [90]
|
|
|
Config-Resolver:: Resolved Configs (outputs.config)
{
"unit": {
"report": {
"folder": "code/target/site"
},
"jacoco": {
"report": {
"folder": "code/jacoco-report-aggregate/target/site/jacoco-aggregate"
}
},
"coverage": {
"threshold": 90
}
},
"mutation": {
"report": {
"folder": "code/target/pit-reports"
},
"coverage": {
"threshold": 90
}
},
"integration": {
"report": {
"folder": "code/target/site"
},
"jacoco": {
"report": {
"folder": "code/jacoco-report-aggregate/target/site/jacoco-aggregate-it"
}
},
"coverage": {
"threshold": 80
}
},
"karate": {
"env": "local",
"options": "-t [email protected] -t ~@ignore --threads 1",
"report": {
"folder": "e2e/karate/target/karate-reports"
},
"app": {
"enabled": true,
"jar": "boot/target/karatetools-boot",
"port": 8080,
"logfile": "app.log",
"health_probe": "karatetools/health/docker"
},
"jacoco": {
"includes": [
"dev.inditex.*"
],
"excludes": [
"*SpringCGLIB*",
"*HibernateProxy*",
"*MessagePostProcessor*",
"*_Accessor_*",
"*_Instantiator_*",
"**.invoker.**",
"**.*DTO"
],
"sourcefiles": [
"clients/src/main/java",
"generators/src/main/java",
"runner/src/main/java",
"boot/src/main/java"
],
"report": {
"folder": "code/target/jacoco-e2e"
}
},
"coverage": {
"threshold": 80
}
}
}
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
karatetools-oss-karate-7-logs
Expired
|
265 KB |
|
karatetools-oss-mutation-7-pitest-report
Expired
|
189 KB |
|