Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement basic support for read-only and write-only keys in api_info and api_modify #213

Merged
merged 2 commits into from
Sep 17, 2023

Do not show write-only fields as 'disabled'.

df4c392
Select commit
Loading
Failed to load commit list.
Merged

Implement basic support for read-only and write-only keys in api_info and api_modify #213

Do not show write-only fields as 'disabled'.
df4c392
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project failed Sep 17, 2023 in 0s

83.15% (-0.72%) compared to dcc1cf4

View this Pull Request on Codecov

83.15% (-0.72%) compared to dcc1cf4

Details

Codecov Report

Patch coverage: 47.88% and project coverage change: -0.72% ⚠️

Comparison is base (dcc1cf4) 83.87% compared to head (df4c392) 83.15%.
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #213      +/-   ##
==========================================
- Coverage   83.87%   83.15%   -0.72%     
==========================================
  Files          32       32              
  Lines        3962     4031      +69     
  Branches      837      867      +30     
==========================================
+ Hits         3323     3352      +29     
- Misses        470      494      +24     
- Partials      169      185      +16     
Files Changed Coverage Δ
plugins/modules/api_modify.py 73.57% <24.13%> (-3.12%) ⬇️
tests/unit/plugins/modules/fake_api.py 75.47% <55.55%> (-3.14%) ⬇️
plugins/modules/api_info.py 82.92% <57.14%> (-5.24%) ⬇️
plugins/module_utils/_api_data.py 69.38% <100.00%> (+0.85%) ⬆️
tests/unit/plugins/module_utils/test__api_data.py 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.