Quick guide
How can I see all the build system commands that Cover would execute on my project?
How do I customise the behaviour?
How do I change the timeout globally or for a specific phase?
How do I add an option to all invocations of my build system?
global:
flags:
- --commandLineOptionName
- -DpropertyName=propertyValueglobal:
flags:
- --commandLineOptionName
- -DsystemPropertyName=propertyValue
- -PprojectPropertyName=propertyValueglobal:
flags: ~How do I configure a build system plugin that isn’t already configured?
How do I adjust the behaviour of a goal?
How do I adjust the behaviour of phases?
How do I include/exclude test classes?
Last updated
Was this helpful?

