The coala-json documentation!

You might also want to look at coala’s website.

coala-json: tools for test reports integration

coala-json holds a collection of useful utilities that are used to read JSON output and convert it to other formats.

Result format inconsistencies have been a problem for a long time. Converting the static analysis results into a test results format has been done a few times, such as early PEP8 plugins to Jenkins. The mapping isn’t exact, but the benefits of using the test result format are tight integration with various CI/CD systems. This module will thus help you to convert your results in json format to many useful test results format easily.

_images/no_tests.png

Usually when your tests fail you have to look through the builds in search of the failures but with our reporter tool your can see your test summary automatically in front of you. After using the coala reporter tool your CI will show test results automatically in their respective Tests tab.

CircleCI:

_images/circleci_tests.png

AppVeyor:

_images/appveyor_tests.png

Jenkins:

_images/jenkins_tests.png