Skip to content

Properly collect code coverage from TestKit tests #19

Properly collect code coverage from TestKit tests

Properly collect code coverage from TestKit tests #19

GitHub Actions / JUnit succeeded Sep 25, 2023 in 1s

11 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✔️ 466ms
core/build/test-results/test/TEST-com.toasttab.expediter.types.JvmTypeProviderTest.xml 6✔️ 1s
plugin/build/test-results/test/TEST-com.toasttab.expediter.gradle.ExpediterPluginIntegrationTest.xml 2✔️ 76s
tests/build/test-results/test/TEST-com.toasttab.expediter.test.ExpediterIntegrationTest.xml 1✔️ 592ms

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

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

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

✔️ 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 1s with 6 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.toasttab.expediter.types.JvmTypeProviderTest 6✔️ 1s

✔️ 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()

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

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

Test suite Passed Failed Skipped Time
com.toasttab.expediter.gradle.ExpediterPluginIntegrationTest 2✔️ 76s

✔️ com.toasttab.expediter.gradle.ExpediterPluginIntegrationTest

✔️ android compat(TestProject)
✔️ jvm compat(TestProject)

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

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

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

✔️ com.toasttab.expediter.test.ExpediterIntegrationTest

✔️ integrate()