Skip to content

code-maven-QA-mutation-[feature/GH-10-update-to-jdk-21]=>[develop] #17

code-maven-QA-mutation-[feature/GH-10-update-to-jdk-21]=>[develop]

code-maven-QA-mutation-[feature/GH-10-update-to-jdk-21]=>[develop] #17

Triggered via pull request January 9, 2025 17:24
Status Failure
Total duration 2m 40s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 3 notices
mutation-tests
Action failed with error Error: The process '/home/runner/.asdf/bin/asdf' failed with exit code 1
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 } } }