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 99a1f3e commit ef1cf41Copy full SHA for ef1cf41
README.md
@@ -26,7 +26,7 @@
26
- [Requirements](#requirements)
27
- [Entities](#entities)
28
- [Installation](#installation)
29
-- [Running a specific test](#running-a-specific-test)
+- [Running a specific test](#tests)
30
- [Swagger](#swagger)
31
- [Database Migrations](#database-migrations)
32
- [Environment variables](#environment-variables)
@@ -77,6 +77,9 @@ $ mvn clean package
77
$ mvn jacoco:report
78
```
79
80
+## Tests
81
+
82
+[](https://coveralls.io/repos/github/Throyer/springboot-api-crud/badge.svg?branch=master)
83
84
## Running a specific test
85
use the parameter `-Dtest=<class>#<method>`
0 commit comments