Skip to content

Commit ef1cf41

Browse files
committed
docs: add coverage on readme
1 parent 99a1f3e commit ef1cf41

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
- [Requirements](#requirements)
2727
- [Entities](#entities)
2828
- [Installation](#installation)
29-
- [Running a specific test](#running-a-specific-test)
29+
- [Running a specific test](#tests)
3030
- [Swagger](#swagger)
3131
- [Database Migrations](#database-migrations)
3232
- [Environment variables](#environment-variables)
@@ -77,6 +77,9 @@ $ mvn clean package
7777
$ mvn jacoco:report
7878
```
7979

80+
## Tests
81+
82+
[![Coverage Status](https://coveralls.io/repos/github/Throyer/springboot-api-crud/badge.svg?branch=master)](https://coveralls.io/repos/github/Throyer/springboot-api-crud/badge.svg?branch=master)
8083

8184
## Running a specific test
8285
use the parameter `-Dtest=<class>#<method>`

0 commit comments

Comments
 (0)