reporting:
    reports:
        - lcov
        - text
        - text-summary
check:
    global:
        statements: 100
        lines: 100
        branches: 100
        functions: 100
