You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ If issues are found, the commit is blocked and instructions are displayed.
92
92
93
93
### Unit Tests
94
94
95
-
All new features and bug fixes should include unit tests.
95
+
All new features and bug fixes should include unit tests. See [Unit Testing Guide](TESTING_UNIT.md) for detailed information on writing tests with Robolectric.
96
96
97
97
Run unit tests:
98
98
@@ -102,7 +102,7 @@ Run unit tests:
102
102
103
103
### Test Coverage
104
104
105
-
The project enforces a minimum test coverage of 20% for all code. Coverage is measured using JaCoCo.
105
+
The project enforces a **minimum test coverage of 20%** for all code. Coverage is measured using JaCoCo.
-[Example11MapTypes](../examples/Example11MapTypes) - Map type switching
454
+
See working example applications in the `examples/` directory of the repository, covering features like basic panning, zoom controls, markers, polylines, camera animations, click listeners, draggable markers, circles, tile overlays, ground overlays, and map type switching.
467
455
468
456
---
469
457
@@ -472,10 +460,10 @@ See working example applications in the repository:
472
460
1.**Read the API compatibility matrix**: [PUBLIC_API.md](PUBLIC_API.md)
473
461
2.**Understand the architecture**: [ARCHITECTURE.md](ARCHITECTURE.md)
0 commit comments