for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
filter: paths: - 'web/*' - 'executor/*' excluded_paths: - '*/migrations/*' - '*/static/*' - '*/submfiles/*' checks: python: code_rating: true duplicate_code: true tools: external_code_coverage: true