Skip to content

Commit 65d6065

Browse files
authored
Update README.md
1 parent 60ba5fc commit 65d6065

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Snippets
22
*Snippets - a simple code snippet manager (student project)*
33

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) |
77

88
![Snippets running](https://github.com/gotonode/snippets/blob/master/docs/images/app_02.png)
99

@@ -47,7 +47,7 @@ mvn clean package
4747

4848
The optional *clean* argument ensures no collisions happen with existing files, but building will take a bit longer.
4949

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)
5151

5252
### Tests
5353

@@ -57,15 +57,15 @@ The optional *clean* argument ensures no collisions happen with existing files,
5757
mvn test
5858
```
5959

60-
> (output will be printed to console)
60+
Output: (will be printed to console)
6161

6262
##### Code-coverage report with JaCoCo
6363

6464
```text
6565
mvn jacoco:report
6666
```
6767

68-
> Output: "*target/site/jacoco/index.html*"
68+
Output: "*target/site/jacoco/index.html*"
6969

7070
### Generate JavaDoc
7171

@@ -75,7 +75,7 @@ JavaDoc has been written for all publicly-visible members.
7575
mvn javadoc:javadoc
7676
```
7777

78-
> Output: "*target/site/apidocs/index.html*"
78+
Output: "*target/site/apidocs/index.html*"
7979

8080
### Generate Checkstyle
8181

@@ -85,4 +85,4 @@ Checkstyle checks can be manually created with this command:
8585
mvn jxr:jxr checkstyle:checkstyle
8686
```
8787

88-
> Output: "*target/site/checkstyle.xml*"
88+
Output: "*target/site/checkstyle.xml*"

0 commit comments

Comments
 (0)