1
1
# Snippets
2
2
* Snippets - a simple code snippet manager (student project)*
3
3
4
- | Travis CI |
5
- | :-------: |
6
- | [ ![ Build Status] ( https://travis-ci.org/gotonode/snippets.svg?branch=master )] ( https://travis-ci.org/gotonode/snippets ) |
4
+ | Travis CI | Codecov |
5
+ | :-------: | :-----: |
6
+ | [ ![ Build Status] ( https://travis-ci.org/gotonode/snippets.svg?branch=master )] ( https://travis-ci.org/gotonode/snippets ) | [ ![ codecov ] ( https://codecov.io/gh/gotonode/snippets/branch/master/graph/badge.svg )] ( https://codecov.io/gh/gotonode/snippets ) |
7
7
8
8
![ Snippets running] ( https://github.com/gotonode/snippets/blob/master/docs/images/app_02.png )
9
9
@@ -47,7 +47,7 @@ mvn clean package
47
47
48
48
The optional * clean* argument ensures no collisions happen with existing files, but building will take a bit longer.
49
49
50
- > Output: "* target/snippets-1.0.jar* " (do not open the one that says "original" in it)
50
+ Output: "* target/snippets-1.0.jar* " (do not open the one that says "original" in it)
51
51
52
52
### Tests
53
53
@@ -57,15 +57,15 @@ The optional *clean* argument ensures no collisions happen with existing files,
57
57
mvn test
58
58
```
59
59
60
- > (output will be printed to console)
60
+ Output: ( will be printed to console)
61
61
62
62
##### Code-coverage report with JaCoCo
63
63
64
64
``` text
65
65
mvn jacoco:report
66
66
```
67
67
68
- > Output: "* target/site/jacoco/index.html* "
68
+ Output: "* target/site/jacoco/index.html* "
69
69
70
70
### Generate JavaDoc
71
71
@@ -75,7 +75,7 @@ JavaDoc has been written for all publicly-visible members.
75
75
mvn javadoc:javadoc
76
76
```
77
77
78
- > Output: "* target/site/apidocs/index.html* "
78
+ Output: "* target/site/apidocs/index.html* "
79
79
80
80
### Generate Checkstyle
81
81
@@ -85,4 +85,4 @@ Checkstyle checks can be manually created with this command:
85
85
mvn jxr:jxr checkstyle:checkstyle
86
86
```
87
87
88
- > Output: "* target/site/checkstyle.xml* "
88
+ Output: "* target/site/checkstyle.xml* "
0 commit comments