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 214b21a commit f4e9e29Copy full SHA for f4e9e29
pom.xml
@@ -101,6 +101,17 @@
101
<groupId>org.jacoco</groupId>
102
<artifactId>jacoco-maven-plugin</artifactId>
103
<version>0.8.2</version>
104
+ <configuration>
105
+ <includes>
106
+ </includes>
107
+ <!--
108
+ Exclude generated sources to prevent a
109
+ coveralls-maven-plugin error.
110
+ -->
111
+ <excludes>
112
+ org/tarantool/Version.class
113
+ </excludes>
114
+ </configuration>
115
<executions>
116
<execution>
117
<id>prepare-agent</id>
0 commit comments