AnatoliyKozlov/evaluator-spring-boot-starter

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.github/workflows/maven-ci-cd.yml
.gitignore
CHANGELOG.md
LICENSE
pom.xml
readme.md
src/main/groovy/dev/toliyansky/eval/EvalAutoConfiguration.groovy
src/main/groovy/dev/toliyansky/eval/EvaluatorProperties.groovy
src/main/groovy/dev/toliyansky/eval/EvaluatorSpringBootStarterApplication.java9
A
0 mins
src/main/groovy/dev/toliyansky/eval/MvcConfig.groovy
src/main/groovy/dev/toliyansky/eval/controller/EvalController.groovy
C
71%
src/main/groovy/dev/toliyansky/eval/service/CmdService.groovy
src/main/groovy/dev/toliyansky/eval/service/EvaluationService.groovy
A
90%
src/main/groovy/dev/toliyansky/eval/service/GroovyService.groovy
C
72%
src/main/groovy/dev/toliyansky/eval/service/PowerShellService.groovy
src/main/groovy/dev/toliyansky/eval/service/ShellService.groovy
A
100%
src/main/resources/META-INF/additional-spring-configuration-metadata.json
src/main/resources/META-INF/spring.factories
src/main/resources/application.yaml
src/main/resources/web-ui/favicon.ico
src/main/resources/web-ui/index.html
src/main/resources/web-ui/js-yaml.min.js1
A
0 mins
src/main/resources/web-ui/loading.gif
src/main/resources/web-ui/main.css
src/main/resources/web-ui/main.js191
A
0 mins
src/test/groovy/dev/toliyansky/eval/TestOnDefaultProperties.groovy
src/test/groovy/dev/toliyansky/eval/TestRestAndStatic.groovy
src/test/groovy/dev/toliyansky/eval/TestRestOnly.groovy