firebase-firestore
Overall coverage changed from 46.28% (7f0bff1) to 46.08% (c1106e1) by -0.20%.
Filename | Base (7f0bff1) | Merge (c1106e1) | Diff |
---|---|---|---|
AsyncQueue.java | 78.61% | 78.11% | -0.50% |
Datastore.java | 32.14% | 29.76% | -2.38% |
DeleteMutation.java | 95.24% | 90.48% | -4.76% |
FirestoreChannel.java | 18.10% | 16.38% | -1.72% |
FirestoreClient.java | 38.52% | 31.11% | -7.41% |
GrpcCallProvider.java | 69.41% | 62.35% | -7.06% |
IndexBackfiller.java | 92.19% | 76.56% | -15.63% |
LruGarbageCollector.java | 93.46% | 84.11% | -9.35% |
QueryEngine.java | 98.68% | 98.63% | -0.05% |
SetMutation.java | 97.22% | 94.44% | -2.78% |
View.java | 96.82% | 96.79% | -0.02% |
gradle <product>:checkCoverage
to produce HTML coverage reports locally. After gradle commands finished, report files can be found under <product-build-dir>/reports/jacoco/
.