Runs SensioLabs Insight against your build.
- allowed_warnings [int, optional] - Allow
nwarnings in a successful build (default: 0). Use -1 to allow unlimited warnings. - user_uuid [string, required] - https://insight.sensiolabs.com/account Your user.
- api_token [string, required] - https://insight.sensiolabs.com/account Your password (API token).
- project_uuid [string, required] - Your Project UUID.
test:
sensiolabs_insight:
allow_failures: true
user_uuid: 'xxx-xxx-xxx-xxx-xxx'
api_token: 'xxxx'
project_uuid: 'xxx-xxx-xxx-xxx-xxx'