We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb9cc8a commit b0b9764Copy full SHA for b0b9764
functions/v2/pubsub/pom.xml
@@ -100,6 +100,25 @@
100
<functionTarget>functions.SubscribeToTopic</functionTarget>
101
</configuration>
102
</plugin>
103
+ <plugin>
104
+ <groupId>org.jacoco</groupId>
105
+ <artifactId>jacoco-maven-plugin</artifactId>
106
+ <version>0.8.11</version>
107
+ <executions>
108
+ <execution>
109
+ <goals>
110
+ <goal>prepare-agent</goal>
111
+ </goals>
112
+ </execution>
113
114
+ <id>report</id>
115
+ <phase>prepare-package</phase>
116
117
+ <goal>report</goal>
118
119
120
+ </executions>
121
+ </plugin>
122
<plugin>
123
<groupId>org.apache.maven.plugins</groupId>
124
<artifactId>maven-surefire-plugin</artifactId>
0 commit comments