for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
tools: external_code_coverage: timeout: 18000 # How long should we wait for code coverage (in seconds). runs: 4 # In how many runs have you split your tests? filter: excluded_paths: - tests/* - src/database/*
# language: php