commander-cli/commander

View on GitHub
pkg/runtime/ssh_executor.go

Summary

Maintainability
A
1 hr
Test Coverage
B
81%

Method SSHExecutor.Execute has 70 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func (e SSHExecutor) Execute(test TestCase) TestResult {
    if test.Command.InheritEnv {
        panic("Inherit env is not supported viĆ” SSH")
    }

Severity: Minor
Found in pkg/runtime/ssh_executor.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status