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/patch failed Sep 17, 2023 in 0s

47.88% of diff hit (target 83.87%)

View this Pull Request on Codecov

47.88% of diff hit (target 83.87%)

Annotations

Check warning on line 376 in plugins/modules/api_info.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/modules/api_info.py#L376

Added line #L376 was not covered by tests

Check warning on line 422 in plugins/modules/api_modify.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/modules/api_modify.py#L422

Added line #L422 was not covered by tests

Check warning on line 427 in plugins/modules/api_modify.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/modules/api_modify.py#L427

Added line #L427 was not covered by tests

Check warning on line 430 in plugins/modules/api_modify.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/modules/api_modify.py#L430

Added line #L430 was not covered by tests

Check warning on line 508 in plugins/modules/api_modify.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/modules/api_modify.py#L508

Added line #L508 was not covered by tests

Check warning on line 510 in plugins/modules/api_modify.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/modules/api_modify.py#L510

Added line #L510 was not covered by tests

Check warning on line 512 in plugins/modules/api_modify.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/modules/api_modify.py#L512

Added line #L512 was not covered by tests

Check warning on line 544 in plugins/modules/api_modify.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/modules/api_modify.py#L544

Added line #L544 was not covered by tests

Check warning on line 546 in plugins/modules/api_modify.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/modules/api_modify.py#L546

Added line #L546 was not covered by tests

Check warning on line 549 in plugins/modules/api_modify.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugins/modules/api_modify.py#L549

Added line #L549 was not covered by tests

Check warning on line 177 in tests/unit/plugins/modules/fake_api.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/unit/plugins/modules/fake_api.py#L177

Added line #L177 was not covered by tests

Check warning on line 207 in tests/unit/plugins/modules/fake_api.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/unit/plugins/modules/fake_api.py#L207

Added line #L207 was not covered by tests

Check warning on line 209 in tests/unit/plugins/modules/fake_api.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/unit/plugins/modules/fake_api.py#L209

Added line #L209 was not covered by tests

Check warning on line 212 in tests/unit/plugins/modules/fake_api.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/unit/plugins/modules/fake_api.py#L212

Added line #L212 was not covered by tests

Check warning on line 248 in tests/unit/plugins/modules/fake_api.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/unit/plugins/modules/fake_api.py#L248

Added line #L248 was not covered by tests

Check warning on line 251 in tests/unit/plugins/modules/fake_api.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/unit/plugins/modules/fake_api.py#L251

Added line #L251 was not covered by tests