Path Lines of Code cmd/root_test.go 113 conductor/conductor_test.go 14 deployers/deploymentreader_test.go 177 deployers/manifestreader_test.go 283 deployers/whiskclient_test.go 209 parsers/deploy_parser_test.go 190 parsers/manifest_parser_test.go 1555 parsers/yamlparser_test.go 64 runtimes/runtimes_test.go 19 tests/apps/openwhisk-githubslackbot/actions/find-delayed-pull-requests.js 167 tests/apps/openwhisk-githubslackbot/actions/post-to-slack.js 59 tests/apps/openwhisk-githubslackbot/actions/track-pull-requests.js 153 tests/apps/openwhisk-githubslackbot/manifest.yaml 56 tests/apps/owbp-cloudant-trigger/owbp-cloudant-trigger_test.go 77 tests/apps/owbp-cloudant-trigger/runtimes/node/actions/process-change.js 20 tests/apps/owbp-cloudant-trigger/runtimes/node/manifest.yaml 24 tests/apps/owbp-cloudant-trigger/runtimes/php/actions/process-change.php 12 tests/apps/owbp-cloudant-trigger/runtimes/php/manifest.yaml 24 tests/apps/owbp-cloudant-trigger/runtimes/python/actions/process-change.py 8 tests/apps/owbp-cloudant-trigger/runtimes/python/manifest.yaml 24 tests/apps/owbp-cloudant-trigger/runtimes/swift/actions/process-change.swift 11 tests/apps/owbp-cloudant-trigger/runtimes/swift/manifest.yaml 24 tests/dat/actions/dump_params.js 5 tests/dat/actions/hello.js 5 tests/dat/deployment_compose_trigger.yaml 12 tests/dat/deployment_data_action_with_inputs_outputs.yaml 29 tests/dat/deployment_data_packages.yaml 6 tests/dat/deployment_data_packages_env_var.yaml 6 tests/dat/deployment_data_project.yaml 5 tests/dat/deployment_data_project_package.yaml 10 tests/dat/deployment_data_project_packages_env_var.yaml 16 tests/dat/deployment_data_project_packages_env_var_con.yaml 16 tests/dat/deployment_deploymentreader_packages_bind_trigger.yml 16 tests/dat/deployment_deploymentreader_project_bind_trigger.yml 18 tests/dat/deployment_validate_action_annotations.yaml 31 tests/dat/deployment_validate_credentials.yaml 9 tests/dat/deployment_validate_deployment_reader.yaml 9 tests/dat/deployment_validate_package_inputs_1.yaml 7 tests/dat/manifest_bad_yaml_invalid_comment.yaml 13 tests/dat/manifest_bad_yaml_invalid_key_mapping_value.yaml 5 tests/dat/manifest_bad_yaml_invalid_package_key.yaml 5 tests/dat/manifest_bad_yaml_missing_root_key.yaml 3 tests/dat/manifest_data_compose_actions_for_annotations.yaml 22 tests/dat/manifest_data_compose_actions_for_docker.yaml 25 tests/dat/manifest_data_compose_actions_for_function.yaml 7 tests/dat/manifest_data_compose_actions_for_function_and_code.yaml 7 tests/dat/manifest_data_compose_actions_for_function_with_env_variable.yaml 13 tests/dat/manifest_data_compose_actions_for_function_with_remote_dir.yaml 5 tests/dat/manifest_data_compose_actions_for_inputs.yaml 11 tests/dat/manifest_data_compose_actions_for_invalid_web.yaml 7 tests/dat/manifest_data_compose_actions_for_limits.yaml 17 tests/dat/manifest_data_compose_actions_for_missing_runtime_with_code.yaml 9 tests/dat/manifest_data_compose_actions_for_web.yaml 18 tests/dat/manifest_data_compose_actions_for_web_and_web_export.yaml 27 tests/dat/manifest_data_compose_api_records.yaml 63 tests/dat/manifest_data_compose_dependencies.yaml 13 tests/dat/manifest_data_compose_packages.yaml 7 tests/dat/manifest_data_compose_rules.yaml 9 tests/dat/manifest_data_compose_runtimes_default.yaml 15 tests/dat/manifest_data_compose_runtimes_implicit.yaml 12 tests/dat/manifest_data_compose_sequences.yaml 7 tests/dat/manifest_data_compose_triggers.yaml 19 tests/dat/manifest_data_rule_env_var.yaml 13 tests/dat/manifest_data_unmarshal_packages.yaml 11 tests/dat/manifest_hello_java_jar.yaml 7 tests/dat/manifest_hello_nodejs.yaml 6 tests/dat/manifest_hello_nodejs_with_params.yaml 9 tests/dat/manifest_hello_python.yaml 6 tests/dat/manifest_hello_swift.yaml 6 tests/dat/manifest_invalid_packages_key_missing.yaml 7 tests/dat/manifest_validate_action_all.yaml 25 tests/dat/manifest_validate_action_annotations.yaml 65 tests/dat/manifest_validate_credentials.yaml 20 tests/dat/manifest_validate_dependencies.yaml 23 tests/dat/manifest_validate_dependencies_bogus.yaml 23 tests/dat/manifest_validate_deployment_reader.yaml 17 tests/dat/manifest_validate_feed.yaml 9 tests/dat/manifest_validate_inputs.yaml 10 tests/dat/manifest_validate_json_params.yaml 70 tests/dat/manifest_validate_multiline_params.yaml 44 tests/dat/manifest_validate_package_grammar.yaml 5 tests/dat/manifest_validate_package_grammar_env_var.yaml 14 tests/dat/manifest_validate_package_inputs.yaml 55 tests/dat/manifest_validate_package_inputs_1.yaml 20 tests/dat/manifest_validate_package_inputs_2.yaml 20 tests/dat/manifest_validate_package_inputs_3.yaml 33 tests/dat/manifest_validate_package_inputs_4.yaml 33 tests/dat/manifest_validate_package_inputs_5.yaml 62 tests/dat/manifest_validate_package_inputs_and_annotations.yaml 20 tests/dat/manifest_validate_package_inputs_periodic_slack_reminders.yaml 60 tests/dat/manifest_validate_params.yaml 38 tests/dat/manifest_validate_project_inputs.yaml 35 tests/dat/manifest_validate_rule.yaml 7 tests/dat/manifest_validate_rules_bogus.yaml 24 tests/dat/manifest_validate_sequences_bogus.yaml 21 tests/dat/manifest_validate_singleline_params.yaml 33 tests/dat/manifest_validate_trigger_action_rule_grammar.yaml 48 tests/dat/manifest_validate_triggerfeed.yaml 6 tests/dat/manifest_validate_triggers_bogus.yaml 16 tests/src/integration/alarmtrigger/actions/hello.js 3 tests/src/integration/alarmtrigger/alarmtrigger_test.go 26 tests/src/integration/alarmtrigger/deployment.yaml 23 tests/src/integration/alarmtrigger/manifest.yaml 47 tests/src/integration/apigateway/apigateway_test.go 24 tests/src/integration/apigateway/manifest-apis-with-params.yaml 24 tests/src/integration/apigateway/manifest.yml 53 tests/src/integration/apigateway/src/delete-books.js 19 tests/src/integration/apigateway/src/get-books.js 10 tests/src/integration/apigateway/src/greeting.js 5 tests/src/integration/apigateway/src/list-members.js 10 tests/src/integration/apigateway/src/post-books.js 20 tests/src/integration/apigateway/src/put-books.js 26 tests/src/integration/cloudant/actions/process-change.js 5 tests/src/integration/cloudant/cloudant_test.go 27 tests/src/integration/cloudant/manifest.yaml 24 tests/src/integration/common/wskdeploy.go 181 tests/src/integration/common/wskprops.go 27 tests/src/integration/conductor/actions/increment.js 1 tests/src/integration/conductor/actions/triple.js 1 tests/src/integration/conductor/actions/tripleAndIncrement.js 10 tests/src/integration/conductor/conductor_test.go 16 tests/src/integration/conductor/manifest.yaml 36 tests/src/integration/defaultpackage/actions/hello.js 5 tests/src/integration/defaultpackage/defaultpackage_test.go 23 tests/src/integration/defaultpackage/manifest-with-project.yaml 85 tests/src/integration/defaultpackage/manifest.yaml 83 tests/src/integration/dependency/dependency_test.go 5 tests/src/integration/dependency/manifest.yaml 15 tests/src/integration/docker/actions/go/sample.go 17 tests/src/integration/docker/docker_test.go 17 tests/src/integration/docker/manifest.yaml 28 tests/src/integration/export/export_test.go 147 tests/src/integration/export/manifest_2pack.yaml 27 tests/src/integration/export/manifest_apiexp.yaml 18 tests/src/integration/export/manifest_ext.yaml 19 tests/src/integration/export/manifest_feed.yaml 13 tests/src/integration/export/manifest_helloworld.yaml 116 tests/src/integration/export/manifest_lib1.yaml 19 tests/src/integration/export/manifest_lib2.yaml 19 tests/src/integration/export/src/greeting.js 5 tests/src/integration/flagstests/deployment.yml 9 tests/src/integration/flagstests/flags_test.go 58 tests/src/integration/flagstests/manifest.yaml 22 tests/src/integration/flagstests/manifest.yml 22 tests/src/integration/flagstests/src/greeting.js 5 tests/src/integration/helloworld/actions/Hello.java 13 tests/src/integration/helloworld/actions/_hello.go 10 tests/src/integration/helloworld/actions/hello.js 5 tests/src/integration/helloworld/actions/hello.py 5 tests/src/integration/helloworld/actions/hello.rb 6 tests/src/integration/helloworld/actions/hello.swift 10 tests/src/integration/helloworld/deployment.yaml 16 tests/src/integration/helloworld/helloworld_test.go 18 tests/src/integration/helloworld/manifest.yaml 142 tests/src/integration/jaraction/jaraction_test.go 19 tests/src/integration/jaraction/manifest.yaml 7 tests/src/integration/jaraction/src/Hello.java 11 tests/src/integration/managed-deployment/00-manifest-minus-second-package.yaml 58 tests/src/integration/managed-deployment/01-manifest-minus-sequence-2.yaml 56 tests/src/integration/managed-deployment/02-manifest-minus-action-3.yaml 42 tests/src/integration/managed-deployment/03-manifest-minus-trigger.yaml 36 tests/src/integration/managed-deployment/04-manifest-minus-package.yaml 3 tests/src/integration/managed-deployment/05-manifest-headless.yaml 6 tests/src/integration/managed-deployment/06-manifest-with-single-dependency.yaml 13 tests/src/integration/managed-deployment/07-manifest-with-dependency.yaml 22 tests/src/integration/managed-deployment/08-manifest-with-dependencies-on-whisk-system.yaml 13 tests/src/integration/managed-deployment/actions/hello.js 5 tests/src/integration/managed-deployment/managed-deployment_test.go 2 tests/src/integration/managed-deployment/manifest.yaml 83 tests/src/integration/message-hub/deployment.yaml 14 tests/src/integration/message-hub/manifest.yaml 28 tests/src/integration/message-hub/message-hub_test.go 30 tests/src/integration/message-hub/src/process-messages.js 28 tests/src/integration/message-hub/src/receive-messages.js 20 tests/src/integration/runtimetests/manifest.yaml 331 tests/src/integration/runtimetests/runtimes_test.go 15 tests/src/integration/runtimetests/src/Hello.java 12 tests/src/integration/runtimetests/src/greeting.js 5 tests/src/integration/runtimetests/src/hello.php 7 tests/src/integration/runtimetests/src/hello.py 5 tests/src/integration/runtimetests/src/hello.rb 6 tests/src/integration/runtimetests/src/hello.swift 7 tests/src/integration/runtimetests/src/helloworld/index.js 6 tests/src/integration/runtimetests/src/lib.rs 38 tests/src/integration/triggerrule/deployment.yml 9 tests/src/integration/triggerrule/manifest.yml 20 tests/src/integration/triggerrule/src/greeting.js 5 tests/src/integration/triggerrule/triggerrule_test.go 19 tests/src/integration/validate-action-annotations/actions/hello.js 5 tests/src/integration/validate-action-annotations/deployment.yaml 31 tests/src/integration/validate-action-annotations/manifest.yaml 86 tests/src/integration/validate-action-annotations/validate-action-annotations_test.go 17 tests/src/integration/validate-binding-inputs-annotations/actions/helloworld.js 5 tests/src/integration/validate-binding-inputs-annotations/deployment.yaml 31 tests/src/integration/validate-binding-inputs-annotations/manifest.yaml 52 tests/src/integration/validate-binding-inputs-annotations/validate-bind-inputs-anno_test.go 126 tests/src/integration/validate-manifest-deployment-file-extensions/actions/hello.js 5 tests/src/integration/validate-manifest-deployment-file-extensions/deployment.yaml 9 tests/src/integration/validate-manifest-deployment-file-extensions/deployment.yml 9 tests/src/integration/validate-manifest-deployment-file-extensions/manifest.yaml 23 tests/src/integration/validate-manifest-deployment-file-extensions/manifest.yml 23 tests/src/integration/validate-manifest-deployment-file-extensions/not-standard-deployment.yaml 9 tests/src/integration/validate-manifest-deployment-file-extensions/not-standard-manifest.yaml 23 tests/src/integration/validate-manifest-deployment-file-extensions/random-name-1.yaml 23 tests/src/integration/validate-manifest-deployment-file-extensions/random-name-2.yaml 9 tests/src/integration/validate-manifest-deployment-file-extensions/validate-file-extensions_test.go 62 tests/src/integration/validate-manifest-deployment-file-extensions/yaml-deployment-with-yml-manifest.yaml 9 tests/src/integration/validate-manifest-deployment-file-extensions/yaml-manifest-with-yml-deployment.yaml 23 tests/src/integration/validate-manifest-deployment-file-extensions/yml-deployment-with-yaml-manifest.yml 9 tests/src/integration/validate-manifest-deployment-file-extensions/yml-manifest-with-yaml-deployment.yml 23 tests/src/integration/validate-packages-in-manifest/actions/Hello.java 13 tests/src/integration/validate-packages-in-manifest/actions/hello.js 5 tests/src/integration/validate-packages-in-manifest/actions/hello.py 5 tests/src/integration/validate-packages-in-manifest/deployment.yaml 26 tests/src/integration/validate-packages-in-manifest/manifest.yaml 103 tests/src/integration/validate-packages-in-manifest/validate-packages-in-manifest_test.go 18 tests/src/integration/validate-project/actions/hello.js 5 tests/src/integration/validate-project/deployment.yaml 9 tests/src/integration/validate-project/manifest.yaml 17 tests/src/integration/validate-project/validate-application-and-project_test.go 17 tests/src/integration/validatePackagesInDeployment/actions/helloworld.js 5 tests/src/integration/validatePackagesInDeployment/deployment.yaml 9 tests/src/integration/validatePackagesInDeployment/manifest.yaml 11 tests/src/integration/validatePackagesInDeployment/validatePackagesInDeployment_test.go 19 tests/src/integration/validateSequencesCreation/actions/function.js 9 tests/src/integration/validateSequencesCreation/validateSequencesCreation_test.go 58 tests/src/integration/webaction/manifest.yml 51 tests/src/integration/webaction/manifest_missing_web_annotation_on_api_action_or_sequence.yml 30 tests/src/integration/webaction/manifest_require_whisk_auth_invalid_int_big.yaml 10 tests/src/integration/webaction/manifest_require_whisk_auth_invalid_int_neg.yaml 10 tests/src/integration/webaction/manifest_require_whisk_auth_invalid_str_empty.yaml 10 tests/src/integration/webaction/manifest_require_whisk_auth_invalid_str_nil.yaml 10 tests/src/integration/webaction/manifest_require_whisk_auth_sequence_valid.yaml 24 tests/src/integration/webaction/manifest_require_whisk_auth_valid.yaml 33 tests/src/integration/webaction/src/greeting.js 5 tests/src/integration/webaction/src/hello.js 4 tests/src/integration/webaction/src/hello_http_validate.js 15 tests/src/integration/webaction/src/hello_http_wrap.js 7 tests/src/integration/webaction/webaction_require_whisk_auth_invalid_test.go 28 tests/src/integration/webaction/webaction_require_whisk_auth_valid_test.go 19 tests/src/integration/webaction/webaction_test.go 18 tests/src/integration/websequence/manifest.yaml 34 tests/src/integration/websequence/src/greeting.js 5 tests/src/integration/websequence/websequence_test.go 19 tests/src/integration/zipaction/actions/greeting/index.js 6 tests/src/integration/zipaction/deployment.yml 9 tests/src/integration/zipaction/manifest.yml 14 tests/src/integration/zipaction/zipaction_test.go 18 tests/src/integration/zipactionwithexclude/actions/common/utils.js 4 tests/src/integration/zipactionwithexclude/actions/greeting/index.js 8 tests/src/integration/zipactionwithexclude/actions/index.js 8 tests/src/integration/zipactionwithexclude/actions/libs/lib1/utils.js 4 tests/src/integration/zipactionwithexclude/actions/libs/lib2/utils.js 4 tests/src/integration/zipactionwithexclude/actions/libs/lib3/utils.js 4 tests/src/integration/zipactionwithexclude/manifest.yml 14 tests/src/integration/zipactionwithexclude/zipactionwithexclude_test.go 18 tests/src/integration/zipactionwithinclude/actions/common/utils.js 4 tests/src/integration/zipactionwithinclude/actions/greeting1/index.js 8 tests/src/integration/zipactionwithinclude/actions/greeting10/index.js 10 tests/src/integration/zipactionwithinclude/actions/greeting2/index.js 10 tests/src/integration/zipactionwithinclude/actions/greeting3/index.js 9 tests/src/integration/zipactionwithinclude/actions/greeting4/index.js 8 tests/src/integration/zipactionwithinclude/actions/greeting5/index.js 8 tests/src/integration/zipactionwithinclude/actions/greeting6/index.js 8 tests/src/integration/zipactionwithinclude/actions/greeting7/index.js 10 tests/src/integration/zipactionwithinclude/actions/greeting8/index.js 10 tests/src/integration/zipactionwithinclude/actions/greeting9/index.js 10 tests/src/integration/zipactionwithinclude/actions/libs/lib1/utils.js 4 tests/src/integration/zipactionwithinclude/actions/libs/lib2/utils.js 4 tests/src/integration/zipactionwithinclude/actions/libs/lib3/utils.js 4 tests/src/integration/zipactionwithinclude/deployment.yml 24 tests/src/integration/zipactionwithinclude/manifest.yml 59 tests/src/integration/zipactionwithinclude/zipactionwithinclude_test.go 18 tests/usecases/api-gateway/actions/fire/index.js 5 tests/usecases/api-gateway/simple_api_manifest.yaml 11 tests/usecases/badyaml/deployment.yaml 14 tests/usecases/badyaml/manifest.yaml 8 tests/usecases/dependency/manifest.yaml 29 tests/usecases/github/deployment.yaml 13 tests/usecases/github/manifest.yaml 13 tests/usecases/github/src/print-github-commits.js 9 tests/usecases/slack/actions/post-to-slack.js 28 tests/usecases/slack/deployment.yaml 13 tests/usecases/slack/manifest.yaml 27 tests/usecases/triggerrule/deployment.yml 9 tests/usecases/triggerrule/manifest.yml 20 tests/usecases/triggerrule/src/greeting.js 5 utils/conversion_test.go 46 utils/file_test.go 62 utils/fileoperations_test.go 101 utils/misc_test.go 41 utils/validation_test.go 41 wskderrors/wskdeployerror_test.go 133 wskenv/environment_test.go 26 wski18n/i18n_ids_test.go 12