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 a734fa9 commit e918802Copy full SHA for e918802
.gitignore
@@ -3,4 +3,5 @@
3
/dist/
4
/target/
5
.idea/
6
-*.iml
+*.iml
7
+*~
pom.xml
@@ -130,9 +130,9 @@
130
<plugin>
131
<groupId>org.eluder.coveralls</groupId>
132
<artifactId>coveralls-maven-plugin</artifactId>
133
- <version>4.0.0</version>
+ <version>4.3.0</version>
134
<configuration>
135
- <!--<repoToken>yourcoverallsprojectrepositorytoken</repoToken>-->
+ <!-- <repoToken></repoToken> -->
136
</configuration>
137
</plugin>
138
0 commit comments