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

Fix a typo in one of the issue types. Add fallback for deserialization. #24

Merged
merged 1 commit into from
Nov 16, 2023

Fix a typo in one of the issue types. Add fallback for deserialization.

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

Fix a typo in one of the issue types. Add fallback for deserialization. #24

Fix a typo in one of the issue types. Add fallback for deserialization.
245b444
Select commit
Loading
Failed to load commit list.
GitHub Actions / JUnit succeeded Nov 16, 2023 in 1s

18 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
animal-sniffer-format/build/test-results/test/TEST-com.toasttab.expediter.sniffer.DeserializerTest.xml 2✔️ 228ms
core/build/test-results/test/TEST-com.toasttab.expediter.types.JvmTypeProviderTest.xml 6✔️ 850ms
model/build/test-results/test/TEST-com.toasttab.expediter.issue.SerializationTest.xml 1✔️ 1s
plugin/build/test-results/test/TEST-com.toasttab.expediter.gradle.ExpediterPluginIntegrationTest.xml 8✔️ 94s
tests/build/test-results/test/TEST-com.toasttab.expediter.test.ExpediterIntegrationTest.xml 1✔️ 457ms

✔️ animal-sniffer-format/build/test-results/test/TEST-com.toasttab.expediter.sniffer.DeserializerTest.xml

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

Test suite Passed Failed Skipped Time
com.toasttab.expediter.sniffer.DeserializerTest 2✔️ 228ms

✔️ com.toasttab.expediter.sniffer.DeserializerTest

✔️ deserialize array()
✔️ deserialize set()

✔️ core/build/test-results/test/TEST-com.toasttab.expediter.types.JvmTypeProviderTest.xml

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

Test suite Passed Failed Skipped Time
com.toasttab.expediter.types.JvmTypeProviderTest 6✔️ 850ms

✔️ com.toasttab.expediter.types.JvmTypeProviderTest

✔️ java 9 has no List#copyOf()
✔️ java 10 has List#copyOf()
✔️ java 10 has no HttpClient()
✔️ java 8 has no Files#readString()
✔️ java 11 has HttpClient()
✔️ java 11 has Files#readString()

✔️ model/build/test-results/test/TEST-com.toasttab.expediter.issue.SerializationTest.xml

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

Test suite Passed Failed Skipped Time
com.toasttab.expediter.issue.SerializationTest 1✔️ 1s

✔️ com.toasttab.expediter.issue.SerializationTest

✔️ can deserialize known and unknown issues()

✔️ plugin/build/test-results/test/TEST-com.toasttab.expediter.gradle.ExpediterPluginIntegrationTest.xml

8 tests were completed in 94s with 8 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.toasttab.expediter.gradle.ExpediterPluginIntegrationTest 8✔️ 94s

✔️ com.toasttab.expediter.gradle.ExpediterPluginIntegrationTest

✔️ cross library(TestProject)
✔️ android compat source only(TestProject)
✔️ ignore(TestProject)
✔️ android compat(TestProject)
✔️ jvm compat(TestProject)
✔️ multimodule(TestProject)
✔️ android lib(TestProject)
✔️ ignore file(TestProject)

✔️ tests/build/test-results/test/TEST-com.toasttab.expediter.test.ExpediterIntegrationTest.xml

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

Test suite Passed Failed Skipped Time
com.toasttab.expediter.test.ExpediterIntegrationTest 1✔️ 457ms

✔️ com.toasttab.expediter.test.ExpediterIntegrationTest

✔️ integrate()