File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,11 @@ Implementations of sorting algorithms using Java.
15
15
Import the files [ code-style.xml] ( code-style.xml ) and [ formatter.xml] ( formatter.xml ) into your IDE.
16
16
17
17
## Test
18
- Coverage report will be located at ` build/reports/cobertura/index.html ` .
19
18
``` 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`
27
23
```
28
24
29
25
## Build
You can’t perform that action at this time.
0 commit comments