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 d0d918f commit d2de265Copy full SHA for d2de265
README.md
@@ -17,13 +17,13 @@ Import the files [code-style.xml](code-style.xml) and [formatter.xml](formatter.
17
## Test
18
Coverage report will be located at `build/reports/cobertura/index.html`.
19
```bash
20
-gradle clean coberturaCheck test
+gradle clean coberturaCheck testClasses
21
```
22
23
## Code style
24
You may run this command to automatically detect code style issues.
25
26
-gradle check
+gradle checkstyleTest
27
28
29
## Build
0 commit comments