Skip to content

Commit 1982bd5

Browse files
fixed test script from readme
1 parent 68077c7 commit 1982bd5

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,11 @@ Implementations of sorting algorithms using Java.
1515
Import the files [code-style.xml](code-style.xml) and [formatter.xml](formatter.xml) into your IDE.
1616

1717
## Test
18-
Coverage report will be located at `build/reports/cobertura/index.html`.
1918
```bash
20-
gradle clean coberturaCheck testClasses
21-
```
22-
23-
## Code style
24-
You may run this command to automatically detect code style issues.
25-
```bash
26-
gradle checkstyleTest
19+
gradle clean coberturaCheck check
20+
# Test summary will be located at `build/reports/tests/test/index.html`
21+
# Coverage report will be located at `build/reports/cobertura/index.html`.
22+
# Code style issues report will be located at `build/reports/checkstyle/main.html`
2723
```
2824

2925
## Build

0 commit comments

Comments
 (0)