firebase / firebase-android-sdk

Firebase Android SDK
https://firebase.google.com
Apache License 2.0
2.23k stars 565 forks source link

pin firebase-common #6025

Closed davidmotson closed 2 weeks ago

github-actions[bot] commented 2 weeks ago

πŸ“ PRs merging into main branch

Our main branch should always be in a releasable state. If you are working on a larger change, or if you don't want this change to see the light of the day just yet, consider using a feature branch first, and only merge into the main branch when the code complete and ready to be released.

google-oss-bot commented 2 weeks ago
1 Warning
:warning: Did you forget to add a changelog entry? (Add the 'no-changelog' label to the PR to silence this warning.)

Generated by :no_entry_sign: Danger

google-oss-bot commented 2 weeks ago

<!DOCTYPE html>

Coverage Report 1

Affected Products

Test Logs

github-actions[bot] commented 2 weeks ago

Unit Test Results

βŸβ€„β€ˆ178 files  +βŸβ€„β€ˆ172β€‚β€ƒβŸβ€„β€ˆ178 suites  +172   4m 37s :stopwatch: + 4m 14s 1β€ˆ224 tests +1β€ˆ205  1β€ˆ208 :heavy_check_mark: +1β€ˆ189  16 :zzz: +16  0 :x: Β±0  2β€ˆ472 runs  +2β€ˆ434  2β€ˆ440 :heavy_check_mark: +2β€ˆ402  32 :zzz: +32  0 :x: Β±0 

Results for commit 9e3112bc. ± Comparison against base commit 6c61dfd2.

This pull request removes 19 and adds 1224 tests. Note that renamed tests count towards both. ``` com.google.firebase.crashlytics.internal.common.CrashlyticsControllerRobolectricTest ‑ testDoCloseSession_disabledAnrs_doesNotPersistsAppExitInfo com.google.firebase.crashlytics.internal.common.CrashlyticsControllerRobolectricTest ‑ testDoCloseSession_enabledAnrs_doesNotPersistsAppExitInfoIfItDoesntExist com.google.firebase.crashlytics.internal.common.CrashlyticsControllerRobolectricTest ‑ testDoCloseSession_enabledAnrs_persistsAppExitInfoIfItExists com.google.firebase.crashlytics.internal.common.SessionReportingCoordinatorRobolectricTest ‑ testAppExitInfoEvent_notPersistIfAnrBeforeSession com.google.firebase.crashlytics.internal.common.SessionReportingCoordinatorRobolectricTest ‑ testAppExitInfoEvent_notPersistIfAppExitInfoNotAnrButWithinSession com.google.firebase.crashlytics.internal.common.SessionReportingCoordinatorRobolectricTest ‑ testAppExitInfoEvent_persistIfAnrWithinSession com.google.firebase.crashlytics.internal.common.SessionReportingCoordinatorRobolectricTest ‑ testAppExitInfoEvent_persistIfAnrWithinSession_multipleAppExitInfo com.google.firebase.crashlytics.internal.common.SessionReportingCoordinatorRobolectricTest ‑ testconvertInputStreamToString_worksSuccessfully com.google.firebase.crashlytics.internal.model.CrashlyticsReportTest ‑ testGetBinaryImageUuidUtf8Bytes_returnsNullWhenUuidIsNull com.google.firebase.crashlytics.internal.model.CrashlyticsReportTest ‑ testGetBinaryImageUuidUtf8Bytes_returnsProperBytes … ``` ``` com.google.firebase.firestore.AggregateQuerySnapshotTest ‑ createWithCountShouldReturnInstanceWithTheGivenQueryAndCount com.google.firebase.firestore.AggregateQueryTest ‑ testSourceMustNotBeNull com.google.firebase.firestore.BlobTest ‑ testComparison com.google.firebase.firestore.BlobTest ‑ testEquals com.google.firebase.firestore.BlobTest ‑ testMutableBytes com.google.firebase.firestore.CollectionReferenceTest ‑ testEquals com.google.firebase.firestore.DocumentChangeTest ‑ randomTests com.google.firebase.firestore.DocumentChangeTest ‑ testAdditions com.google.firebase.firestore.DocumentChangeTest ‑ testChangesWithSortOrderChange com.google.firebase.firestore.DocumentChangeTest ‑ testDeletions … ```