Skip to content

Commit 1f9da38

Browse files
shaileshmishrashaileshmishra
authored andcommitted
✨ adding organisation support
1 parent b94f971 commit 1f9da38

File tree

3 files changed

+6
-60
lines changed

3 files changed

+6
-60
lines changed

.talismanrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
threshold: medium

cms.iml

Lines changed: 0 additions & 41 deletions
This file was deleted.

pom.xml

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -291,25 +291,11 @@
291291
</configuration>
292292
</plugin>
293293

294-
<!-- <plugin>-->
295-
<!-- <groupId>org.jacoco</groupId>-->
296-
<!-- <artifactId>jacoco-maven-plugin</artifactId>-->
297-
<!-- <version>${jococo-plugin.version}</version>-->
298-
<!-- <executions>-->
299-
<!-- <execution>-->
300-
<!-- <goals>-->
301-
<!-- <goal>prepare-agent</goal>-->
302-
<!-- </goals>-->
303-
<!-- </execution>-->
304-
<!-- <execution>-->
305-
<!-- <id>generate-code-coverage-report</id>-->
306-
<!-- <phase>test</phase>-->
307-
<!-- <goals>-->
308-
<!-- <goal>report</goal>-->
309-
<!-- </goals>-->
310-
<!-- </execution>-->
311-
<!-- </executions>-->
312-
<!-- </plugin>-->
294+
<plugin>
295+
<groupId>org.jacoco</groupId>
296+
<artifactId>jacoco-maven-plugin</artifactId>
297+
<version>${jococo-plugin.version}</version>
298+
</plugin>
313299

314300
<plugin>
315301
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)