Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
solo
Commits
cc99dc19
Commit
cc99dc19
authored
Dec 31, 2014
by
Liang Ding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
integrate with coveralls.io
parent
6a173960
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
3 deletions
+20
-3
.travis.yml
.travis.yml
+3
-0
core/pom.xml
core/pom.xml
+14
-1
pom.xml
pom.xml
+3
-2
No files found.
.travis.yml
View file @
cc99dc19
language
:
java
after_success
:
-
mvn clean cobertura:cobertura coveralls:report
\ No newline at end of file
core/pom.xml
View file @
cc99dc19
<?xml version="1.0" encoding="UTF-8"?>
<!--
Description: B3log Solo core.
Version: 2.
0.1.7, Oct 16
, 2014
Version: 2.
1.1.7, Dec 31
, 2014
Author: Liang Ding
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
...
...
@@ -132,6 +132,19 @@
</executions>
</plugin>
<plugin>
<groupId>
org.eluder.coveralls
</groupId>
<artifactId>
coveralls-maven-plugin
</artifactId>
<version>
${coveralls-maven-plugin.version}
</version>
<configuration>
<repoToken>
PmmgdTzVuYQAsiOHNZ67bNDuqwDRSKvlm
</repoToken>
<format>
xml
</format>
<maxmem>
256m
</maxmem>
<!-- aggregated reports for multi-module projects -->
<aggregate>
true
</aggregate>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-surefire-plugin
</artifactId>
...
...
pom.xml
View file @
cc99dc19
<?xml version="1.0" encoding="UTF-8"?>
<!--
Description: B3log Solo parent POM.
Version: 2.
0.4.16, Dec 6
, 2014
Version: 2.
1.4.16, Dec 31
, 2014
Author: Liang Ding
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
...
...
@@ -45,7 +45,8 @@
<maven-checkstyle-plugin.version>
2.7
</maven-checkstyle-plugin.version>
<maven-javancss-plugin.version>
2.0
</maven-javancss-plugin.version>
<maven-javadoc-plugin.version>
2.7
</maven-javadoc-plugin.version>
<maven-cobertura-plugin.version>
2.5.1
</maven-cobertura-plugin.version>
<maven-cobertura-plugin.version>
2.6
</maven-cobertura-plugin.version>
<coveralls-maven-plugin.version>
3.0.1
</coveralls-maven-plugin.version>
<maven-min-plugin.version>
1.0.0
</maven-min-plugin.version>
<!-- Unit Test -->
<testng.version>
6.1.1
</testng.version>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment