ansible-collections / community.hashi_vault

Ansible collection for managing and working with HashiCorp Vault.
https://docs.ansible.com/ansible/devel/collections/community/hashi_vault/index.html
GNU General Public License v3.0
80 stars 59 forks source link

update docstrings #226

Closed briantist closed 2 years ago

briantist commented 2 years ago
SUMMARY

Addresses the plugin validation changes merged in devel:

ISSUE TYPE
COMPONENT NAME

docsrings

codecov[bot] commented 2 years ago

Codecov Report

Merging #226 (2db85ea) into main (40eeaa5) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #226   +/-   ##
=======================================
  Coverage   97.14%   97.14%           
=======================================
  Files          51       51           
  Lines        2206     2206           
  Branches      168      168           
=======================================
  Hits         2143     2143           
  Misses         49       49           
  Partials       14       14           
Flag Coverage Δ
env_docker-default 97.14% <ø> (ø)
integration 81.07% <ø> (ø)
sanity 38.37% <ø> (ø)
target_ansible-doc 100.00% <ø> (ø)
target_auth_approle 89.47% <ø> (ø)
target_auth_aws_iam 50.00% <ø> (ø)
target_auth_cert 86.36% <ø> (ø)
target_auth_jwt 91.30% <ø> (ø)
target_auth_ldap 89.47% <ø> (ø)
target_auth_none 100.00% <ø> (ø)
target_auth_token 71.42% <ø> (ø)
target_auth_userpass 85.71% <ø> (ø)
target_connection_options 74.76% <ø> (ø)
target_controller 73.28% <ø> (ø)
target_filter_vault_login_token 77.77% <ø> (ø)
target_import 38.37% <ø> (ø)
target_lookup_hashi_vault 81.33% <ø> (ø)
target_lookup_vault_login 100.00% <ø> (ø)
target_lookup_vault_read 90.00% <ø> (ø)
target_lookup_vault_token_create 82.97% <ø> (ø)
target_module_utils 96.72% <ø> (ø)
target_module_vault_login 93.93% <ø> (ø)
target_module_vault_pki_generate_certificate 78.26% <ø> (ø)
target_module_vault_read 92.10% <ø> (ø)
target_module_vault_token_create 90.00% <ø> (ø)
target_modules 64.16% <ø> (ø)
units 92.83% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
plugins/lookup/hashi_vault.py 84.00% <ø> (ø)
plugins/lookup/vault_login.py 100.00% <ø> (ø)
plugins/lookup/vault_read.py 95.00% <ø> (ø)
plugins/lookup/vault_token_create.py 95.74% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 40eeaa5...2db85ea. Read the comment docs.