Code Coverage Information

Scrutinizer supports displaying code coverage information and metrics. The setup varies depending on where you would like to generate your code coverage information:

1. Generating Code Coverage on Scrutinizer

If you are using Scrutinizer as your continuous integration server, it can automatically process code coverage information. If you run tests in parallel, it also automatically merges your code coverage data.

Learn more about generating code coverage on Scrutinizer.

2. Sending Code Coverage from an external service

If you are using Scrutinizer only for code analysis and reviews, you can also send us code coverage from an external continuous integration server:

Learn more about sending code coverage from Jenkins & Co.