Skip to content

Commit 8bb8ada

Browse files
committed
fix: add api path
1 parent 8fbeb64 commit 8bb8ada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ This project was started with [Spring Initializr](https://start.spring.io/#!type
7979
```shell
8080
mvn -f api/pom.xml clean package
8181
```
82-
- to generate the coverage report after testing `(available at: target/site/jacoco/index.html)`
82+
- to generate the coverage report after testing `(available at: api/target/site/jacoco/index.html)`
8383
```shell
8484
mvn -f api/pom.xml jacoco:report
8585
```

0 commit comments

Comments
 (0)