DroidKaigi / conference-app-2023

The Official Conference App for DroidKaigi 2023
Apache License 2.0
644 stars 206 forks source link

[Android] add LocalClock to control time for screenshot test #1224

Closed tkhs0604 closed 1 year ago

tkhs0604 commented 1 year ago

Issue

Overview (Required)

Links

Screenshot (Optional if screenshot test is present or unrelated to UI)

Before After

Movie (Optional)

Before After
github-actions[bot] commented 1 year ago

Test Results

216 tests   216 :heavy_check_mark:  8m 25s :stopwatch:   11 suites      0 :zzz:   11 files        0 :x:

Results for commit d41ed3fd.

:recycle: This comment has been updated with latest results.

tkhs0604 commented 1 year ago

Hmm... The format error cannot be resolved even if I suppressed it 🫠...

tkhs0604 commented 1 year ago

x: @Suppress("CompositionLocalAllowList") o: @Suppress("CompositionLocalAllowlist") 😢

github-actions[bot] commented 1 year ago

Hi @tkhs0604! Codes seem to be unformatted. To resolve this issue, please run ./gradlew detekt --auto-correct and fix the results of ./gradlew lintDebug.. Thank you for your contribution.