mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 15:02:13 -08:00
try reporting to coveralls
This commit is contained in:
parent
591d772654
commit
7f2f6964f9
2 changed files with 23 additions and 1 deletions
8
pom.xml
8
pom.xml
|
|
@ -83,6 +83,14 @@
|
|||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
<!-- code coverage tracking via coveralls -->
|
||||
<!-- https://github.com/trautonen/coveralls-maven-plugin -->
|
||||
<plugin>
|
||||
<groupId>org.eluder.coveralls</groupId>
|
||||
<artifactId>coveralls-maven-plugin</artifactId>
|
||||
<version>4.3.0</version>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
||||
<pluginManagement>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue