diff --git a/CityDoctorParent/pom.xml b/CityDoctorParent/pom.xml
index d037089435eacd67f7b66f1abf16f7908216b132..3d9249f1b3db4e2ca27a9bf9528d1c11120a37ee 100644
--- a/CityDoctorParent/pom.xml
+++ b/CityDoctorParent/pom.xml
@@ -73,6 +73,26 @@
                 <artifactId>javafx-maven-plugin</artifactId>
                 <version>0.0.8</version>
             </plugin>
+            <plugin>
+                <groupId>org.jacoco</groupId>
+                <artifactId>jacoco-maven-plugin</artifactId>
+                <version>0.8.12</version>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>prepare-agent</goal>
+                        </goals>
+                    </execution>
+                    <execution>
+                        <id>report</id>
+                        <phase>prepare-package</phase>
+                        <goals>
+                            <goal>report</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+
         </plugins>
     </build>
     <dependencyManagement>