Commit graph

4 commits

Author SHA1 Message Date
a37c6a4a3d PR#143 Fix tests can't run on API 21
Seems like jacoco androidTestCoverage breaks tests on API 21 with Resource.NotFound for some reason.
It works well on newer API levels.
To workaround it, we simply disable that coverage for CI.
2023-01-18 15:34:46 +02:00
ccc67dbcb7 Issue#35 Add documentation into the gradle file 2023-01-18 11:26:23 +02:00
9964f25e78 Issue#35 Jacoco works for both Android and Java Modules.
Report can be aggregated into one.
The aggregated report contains data from AndroidTest/UnitTest and Java UnitTest
2023-01-17 20:17:04 +02:00
29083518f2 Issue#35 Jacoco works for Java modules and UnitTests.
- Not on AndroidTest (issue reported).
- Not aggregated.
2022-10-01 10:17:29 +03:00