June 2 Johannes Schmitt schmittjoh

Support for Merging Code Coverage Data

A frequent request we got, especially when you start to parallelize your test-suite, is to merge the code coverage data that is produced. We now support this feature natively. All you need to do, is to define the runs option in your configuration:

# .scrutinizer.yml
tools:
    external_code_coverage:
        runs: 2    # Wait for two code coverage submissions

This will make Scrutinizer wait for two code coverage submissions instead of proceeding directly after receiving the first one.

Happy inspecting :)

 

Have Feedback? Tweet to @scrutinizerci

If you experienced a bug or have any questions, please send them to [email protected].