Update crate-ci/typos action to v1.16.12 #2820
This check has been archived and is scheduled for deletion.
Learn more about checks retention
GitHub Actions / Test Reports
succeeded
Sep 18, 2023 in 1s
Test Reports ✔️
✔️ all-reports/facts-instrumentation-tests-reports/debug/results.xml
4 tests were completed in 17s with 4 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
run (Pixel2 31) | 4✔️ | 17s |
✔️ run (Pixel2 31)
io.dotanuki.features.facts.FactsAcceptanceTests
✔️ testFactsActivity
io.dotanuki.features.facts.FactsScreenshotTests
✔️ emptyState
✔️ successState
✔️ errorState
✔️ all-reports/search-instrumentation-tests-reports/debug/results.xml
4 tests were completed in 17s with 4 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
run (Pixel2 31) | 4✔️ | 17s |
✔️ run (Pixel2 31)
io.dotanuki.features.search.SearchAcceptanceTests
✔️ shouldPerformSearch_ByChoosingASuggestion
✔️ shouldPerformASearch_ByTypingATerm
io.dotanuki.features.search.SearchScreenshotTests
✔️ contentWithHistory
✔️ errorState
✔️ all-reports/unit-tests-reports/junit/TEST-io.dotanuki.features.facts.presentation.FactsViewModelTests.xml
3 tests were completed in 12s with 3 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
io.dotanuki.features.facts.presentation.FactsViewModelTests | 3✔️ | 12s |
✔️ io.dotanuki.features.facts.presentation.FactsViewModelTests
✔️ at first lunch, should start on empty state
✔️ given a successful a search, should emit results
✔️ given an unsuccessful a search, should emit error
✔️ all-reports/unit-tests-reports/junit/TEST-io.dotanuki.features.search.domain.SearchQueryValidationTests.xml
1 tests were completed in 57ms with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
io.dotanuki.features.search.domain.SearchQueryValidationTests | 1✔️ | 57ms |
✔️ io.dotanuki.features.search.domain.SearchQueryValidationTests
✔️ should validate query
✔️ all-reports/unit-tests-reports/junit/TEST-io.dotanuki.features.search.presentation.SearchViewModelTests.xml
3 tests were completed in 9s with 3 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
io.dotanuki.features.search.presentation.SearchViewModelTests | 3✔️ | 9s |
✔️ io.dotanuki.features.search.presentation.SearchViewModelTests
✔️ should proceed saving term chosen from suggestions
✔️ should emit error when loading suggestions
✔️ at first lunch should display only suggestions
✔️ all-reports/unit-tests-reports/junit/TEST-io.dotanuki.platform.android.core.persistence.LocalStorageTests.xml
3 tests were completed in 8s with 3 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
io.dotanuki.platform.android.core.persistence.LocalStorageTests | 3✔️ | 8s |
✔️ io.dotanuki.platform.android.core.persistence.LocalStorageTests
✔️ should store new search term
✔️ should not persist the same term more than once
✔️ should retrieve empty search history
✔️ all-reports/unit-tests-reports/junit/TEST-io.dotanuki.platform.jvm.core.rest.internal.NetworkingErrorAwareExecutionTests.xml
1 tests were completed in 3ms with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
io.dotanuki.platform.jvm.core.rest.internal.NetworkingErrorAwareExecutionTests | 1✔️ | 3ms |
✔️ io.dotanuki.platform.jvm.core.rest.internal.NetworkingErrorAwareExecutionTests
✔️ should transform downstream error with managed execution
✔️ all-reports/unit-tests-reports/junit/TEST-io.dotanuki.platform.jvm.core.rest.internal.transformers.ConnectivityErrorTransformerTests.xml
2 tests were completed in 4ms with 2 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
io.dotanuki.platform.jvm.core.rest.internal.transformers.ConnectivityErrorTransformerTests | 2✔️ | 4ms |
✔️ io.dotanuki.platform.jvm.core.rest.internal.transformers.ConnectivityErrorTransformerTests
✔️ should transform connectivity errors surfaced by the HTTP stack
✔️ should propagate any other error
✔️ all-reports/unit-tests-reports/junit/TEST-io.dotanuki.platform.jvm.core.rest.internal.transformers.DataMarshallingErrorTransformerTests.xml
2 tests were completed in 1ms with 2 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
io.dotanuki.platform.jvm.core.rest.internal.transformers.DataMarshallingErrorTransformerTests | 2✔️ | 1ms |
✔️ io.dotanuki.platform.jvm.core.rest.internal.transformers.DataMarshallingErrorTransformerTests
✔️ should not handle any other errors
✔️ should transform serialization-related errors
✔️ all-reports/unit-tests-reports/junit/TEST-io.dotanuki.platform.jvm.core.rest.internal.transformers.RestfulErrorTransformerTests.xml
2 tests were completed in 3ms with 2 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
io.dotanuki.platform.jvm.core.rest.internal.transformers.RestfulErrorTransformerTests | 2✔️ | 3ms |
✔️ io.dotanuki.platform.jvm.core.rest.internal.transformers.RestfulErrorTransformerTests
✔️ should transform http error from downstream
✔️ should propagate any other error
✔️ all-reports/unit-tests-reports/junit/TEST-io.dotanuki.platform.jvm.core.rest.RestClientTests.xml
5 tests were completed in 36s with 5 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
io.dotanuki.platform.jvm.core.rest.RestClientTests | 5✔️ | 36s |
✔️ io.dotanuki.platform.jvm.core.rest.RestClientTests
✔️ should recover from latency in the network
✔️ should recover from network timeouts
✔️ should recover from connection spikes
✔️ should not recover from HTTP errors
✔️ should capture connection spikes as logical errors
Loading