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

WIP CI/tests - bunch of testing changes #74

Closed briantist closed 3 years ago

briantist commented 3 years ago
SUMMARY
ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION
codecov[bot] commented 3 years ago

Codecov Report

Merging #74 (ad3edbc) into main (08f5270) will decrease coverage by 13.83%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##             main      #74       +/-   ##
===========================================
- Coverage   82.88%   69.05%   -13.84%     
===========================================
  Files          16        5       -11     
  Lines         783      391      -392     
  Branches       78       52       -26     
===========================================
- Hits          649      270      -379     
+ Misses        120      105       -15     
- Partials       14       16        +2     
Impacted Files Coverage Δ
plugins/module_utils/_hashi_vault_common.py 77.34% <0.00%> (-22.66%) :arrow_down:
plugins/lookup/__init__.py 91.30% <0.00%> (-8.70%) :arrow_down:
...ugins/plugin_utils/base/test_hashi_vault_plugin.py
...it/plugins/module_utils/option_adapter/conftest.py
.../option_adapter/test_hashi_vault_option_adapter.py
.../plugin_utils/base/test_hashi_vault_lookup_base.py
...module_utils/test_hashi_vault_option_group_base.py
tests/unit/plugins/lookup/test_hashi_vault.py
tests/unit/compat/mock.py
...it/plugins/module_utils/test_hashi_vault_helper.py
... and 3 more

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 08f5270...ad3edbc. Read the comment docs.

briantist commented 3 years ago

superseded by #106