Passed
Push — es2015 ( c0a888...5d4020 )
by Luís
02:05
created

Repository Config

checks:
    javascript: true
build:
    tests:
        override:
            -
                command: 'npm test'
                coverage:
                    file: 'coverage/clover.xml'
                    format: 'clover'
filter:
    paths: ["src/*"]
    excluded_paths:
        - "*/__tests__/*"