UNPKG

code-complexity

Version:

Measure the churn/complexity score. Higher values mean hotspots where refactorings should happen.

19 lines (13 loc) 266 B
language: node_js node_js: - 12 git: submodules: false before_install: - sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules - git submodule update --init --recursive script: - npm ci - npm run test:ci after_success: - npm run coverage