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 8fbeb64 commit 8bb8adaCopy full SHA for 8bb8ada
README.md
@@ -79,7 +79,7 @@ This project was started with [Spring Initializr](https://start.spring.io/#!type
79
```shell
80
mvn -f api/pom.xml clean package
81
```
82
-- to generate the coverage report after testing `(available at: target/site/jacoco/index.html)`
+- to generate the coverage report after testing `(available at: api/target/site/jacoco/index.html)`
83
84
mvn -f api/pom.xml jacoco:report
85
0 commit comments