Bump io.ktor:ktor-bom from 2.3.12 to 3.0.3 #80
GitHub Actions / Test reports
succeeded
Dec 23, 2024 in 1s
9 passed, 0 failed and 0 skipped
✅ build/test-results/test/TEST-demo.ExampleApiSpec.xml
9 tests were completed in 898ms with 9 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
demo.ExampleApiSpec | 9✅ | 898ms |
✅ demo.ExampleApiSpec
✅ return as String
✅ return as KotlinX Serializable
✅ return as Either<Exception, KotlinX Serializable>
✅ return as Either<Exception, HttpResponse>
✅ can return HTTP errors on Left
✅ can return Serialization errors on Left
✅ return as Either<Exception, KotlinX Serializable>
✅ can return HTTP errors on Left
✅ can return Serialization errors on Left
Loading