TOTVSTEC/cloudbridge-cli

View on GitHub
src/kits/android/adb.js

Summary

Maintainability
A
1 hr
Test Coverage

Function install has 46 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    static install(target, packagePath, opts) {
        console.log('Installing apk ' + packagePath + ' on target ' + target + '...\n');

        var args = ['-s', target, 'install'];

Severity: Minor
Found in src/kits/android/adb.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status