Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump kotlinx-coroutines from 1.8.0 to 1.8.1 #30

Merged
merged 1 commit into from
May 13, 2024

Bump kotlinx-coroutines from 1.8.0 to 1.8.1

d7e8c5b
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Bump kotlinx-coroutines from 1.8.0 to 1.8.1 #30

Bump kotlinx-coroutines from 1.8.0 to 1.8.1
d7e8c5b
Select commit
Loading
Failed to load commit list.
GitHub Actions / Unit Test Results succeeded May 13, 2024 in 0s

5 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
android/build/test-results/testDebugUnitTest/TEST-com.wbrawner.twigs.ExampleUnitTest.xml 1✅ 1ms
shared/build/test-results/testDebugUnitTest/TEST-com.wbrawner.twigs.shared.BudgetReducerTests.xml 2✅ 168ms
shared/build/test-results/testDebugUnitTest/TEST-com.wbrawner.twigs.shared.UtilsTests.xml 2✅ 51ms

✅ android/build/test-results/testDebugUnitTest/TEST-com.wbrawner.twigs.ExampleUnitTest.xml

1 tests were completed in 1ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.wbrawner.twigs.ExampleUnitTest 1✅ 1ms

✅ com.wbrawner.twigs.ExampleUnitTest

✅ addition_isCorrect

✅ shared/build/test-results/testDebugUnitTest/TEST-com.wbrawner.twigs.shared.BudgetReducerTests.xml

2 tests were completed in 168ms with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.wbrawner.twigs.shared.BudgetReducerTests 2✅ 168ms

✅ com.wbrawner.twigs.shared.BudgetReducerTests

✅ createBudgetTest
✅ goBackWhileEditingTest

✅ shared/build/test-results/testDebugUnitTest/TEST-com.wbrawner.twigs.shared.UtilsTests.xml

2 tests were completed in 51ms with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.wbrawner.twigs.shared.UtilsTests 2✅ 51ms

✅ com.wbrawner.twigs.shared.UtilsTests

✅ endOfMonth returns the correct dates
✅ startOfMonth returns the correct dates