Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,9 @@ Source code of app:
- small, isolated tests, with no need of Android SDK
- code coverage can be directly shown via right click on test and select "Run Test with Coverage"

```
./gradlew jacocoTestGplayDebugUnitTest
```bash
./gradlew jacocoTestGplayDebugUnitTest
```

#### Instrumented tests
- tests to see larger code working in correct way
Expand Down
Loading