File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 50
50
<groupId >org.springframework.boot</groupId >
51
51
<artifactId >spring-boot-maven-plugin</artifactId >
52
52
</plugin >
53
+
54
+ <plugin >
55
+ <groupId >org.jacoco</groupId >
56
+ <artifactId >jacoco-maven-plugin</artifactId >
57
+ <version >${jacacoVersion} </version >
58
+ <executions >
59
+ <execution >
60
+ <goals >
61
+ <goal >prepare-agent</goal >
62
+ </goals >
63
+ </execution >
64
+ <execution >
65
+ <id >report</id >
66
+ <phase >test</phase >
67
+ <goals >
68
+ <goal >report</goal >
69
+ </goals >
70
+ </execution >
71
+ </executions >
72
+ </plugin >
73
+
53
74
</plugins >
54
75
</build >
55
76
Original file line number Diff line number Diff line change 101
101
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
102
102
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
103
103
<java .version>1.8</java .version>
104
+ <jacacoVersion >0.8.7</jacacoVersion >
104
105
</properties >
105
106
106
107
<!-- Add Spring repositories -->
You can’t perform that action at this time.
0 commit comments