From 0c2a59c4ea20e6692cc2fe96e320cc492304f21b Mon Sep 17 00:00:00 2001 From: "github-classroom[bot]" <66690702+github-classroom[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 02:12:51 +0000 Subject: Initial commit --- ufund-api/pom.xml | 155 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 155 insertions(+) create mode 100644 ufund-api/pom.xml (limited to 'ufund-api/pom.xml') diff --git a/ufund-api/pom.xml b/ufund-api/pom.xml new file mode 100644 index 0000000..ce96d60 --- /dev/null +++ b/ufund-api/pom.xml @@ -0,0 +1,155 @@ + + + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 3.4.2 + + + com.ufund.api + ufund-api + 0.0.1-SNAPSHOT + ufund-api + API for U-Fund + + 21 + 0.8.11 + 3.5.0 + + + + org.springframework.boot + spring-boot-starter-web + + + + org.springframework.boot + spring-boot-starter-test + test + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + org.codehaus.mojo + exec-maven-plugin + ${exec.maven.version} + + + + java + + + + tests-and-coverage + + mvn + + clean + test-compile + surefire:test@controller + jacoco:report@controller + surefire:test@model + jacoco:report@model + surefire:test@persistence + jacoco:report@persistence + + + + + + com.ufund.api.ufundapi.UfundApiApplication + + + + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + /target/coverage-reports/jacoco-unit.exec + /target/coverage-reports/jacoco-unit.exec + + + + jacoco-initialize + + + false + + + prepare-agent + + + + + report + test + + report + + + + controller + +
Controller Tier
+ U-Fund API Controller Tier Test Coverage + target/site/jacoco/controller +
+ + report + +
+ + persistence + +
Persistence Tier
+ U-Fund API Persistence Tier Test Coverage + target/site/jacoco/persistence +
+ + report + +
+ + model + +
Model Tier
+ U-Fund API Model Tier Test Coverage + target/site/jacoco/model +
+ + report + +
+ + jacoco-check + + check + + + + + BUNDLE + + + INSTRUCTION + COVEREDRATIO + 0.90 + + + + + + +
+
+
+
+
-- cgit v1.2.3