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

Document, implement, and test remaining indirect host audit fields #15796

Fix hashing

6d3aed1
Select commit
Loading
Failed to load commit list.
Merged

Document, implement, and test remaining indirect host audit fields #15796

Fix hashing
6d3aed1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jan 29, 2025 in 1s

31.78% of diff hit (target 100.00%)

View this Pull Request on Codecov

31.78% of diff hit (target 100.00%)

Annotations

Check warning on line 24 in awx/main/tasks/host_indirect.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

awx/main/tasks/host_indirect.py#L24

Added line #L24 was not covered by tests

Check warning on line 28 in awx/main/tasks/host_indirect.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

awx/main/tasks/host_indirect.py#L28

Added line #L28 was not covered by tests

Check warning on line 32 in awx/main/tasks/host_indirect.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

awx/main/tasks/host_indirect.py#L31-L32

Added lines #L31 - L32 were not covered by tests

Check warning on line 36 in awx/main/tasks/host_indirect.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

awx/main/tasks/host_indirect.py#L36

Added line #L36 was not covered by tests

Check warning on line 39 in awx/main/tasks/host_indirect.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

awx/main/tasks/host_indirect.py#L39

Added line #L39 was not covered by tests

Check warning on line 59 in awx/main/tasks/host_indirect.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

awx/main/tasks/host_indirect.py#L57-L59

Added lines #L57 - L59 were not covered by tests

Check warning on line 63 in awx/main/tasks/host_indirect.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

awx/main/tasks/host_indirect.py#L61-L63

Added lines #L61 - L63 were not covered by tests

Check warning on line 68 in awx/main/tasks/host_indirect.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

awx/main/tasks/host_indirect.py#L68

Added line #L68 was not covered by tests

Check warning on line 70 in awx/main/tasks/host_indirect.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

awx/main/tasks/host_indirect.py#L70

Added line #L70 was not covered by tests

Check warning on line 77 in awx/main/tasks/host_indirect.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

awx/main/tasks/host_indirect.py#L77

Added line #L77 was not covered by tests

Check warning on line 82 in awx/main/tasks/host_indirect.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

awx/main/tasks/host_indirect.py#L81-L82

Added lines #L81 - L82 were not covered by tests

Check warning on line 84 in awx/main/tasks/host_indirect.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

awx/main/tasks/host_indirect.py#L84

Added line #L84 was not covered by tests

Check warning on line 112 in awx/main/tasks/host_indirect.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

awx/main/tasks/host_indirect.py#L111-L112

Added lines #L111 - L112 were not covered by tests

Check warning on line 19 in awx/main/tests/functional/tasks/test_host_indirect.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

awx/main/tests/functional/tasks/test_host_indirect.py#L19

Added line #L19 was not covered by tests

Check warning on line 25 in awx/main/tests/functional/tasks/test_host_indirect.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

awx/main/tests/functional/tasks/test_host_indirect.py#L25

Added line #L25 was not covered by tests

Check warning on line 30 in awx/main/tests/functional/tasks/test_host_indirect.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

awx/main/tests/functional/tasks/test_host_indirect.py#L30

Added line #L30 was not covered by tests

Check warning on line 36 in awx/main/tests/functional/tasks/test_host_indirect.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

awx/main/tests/functional/tasks/test_host_indirect.py#L35-L36

Added lines #L35 - L36 were not covered by tests

Check warning on line 42 in awx/main/tests/functional/tasks/test_host_indirect.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

awx/main/tests/functional/tasks/test_host_indirect.py#L42

Added line #L42 was not covered by tests

Check warning on line 64 in awx/main/tests/functional/tasks/test_host_indirect.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

awx/main/tests/functional/tasks/test_host_indirect.py#L64

Added line #L64 was not covered by tests

Check warning on line 71 in awx/main/tests/functional/tasks/test_host_indirect.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

awx/main/tests/functional/tasks/test_host_indirect.py#L69-L71

Added lines #L69 - L71 were not covered by tests

Check warning on line 76 in awx/main/tests/functional/tasks/test_host_indirect.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

awx/main/tests/functional/tasks/test_host_indirect.py#L76

Added line #L76 was not covered by tests

Check warning on line 79 in awx/main/tests/functional/tasks/test_host_indirect.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

awx/main/tests/functional/tasks/test_host_indirect.py#L78-L79

Added lines #L78 - L79 were not covered by tests

Check warning on line 82 in awx/main/tests/functional/tasks/test_host_indirect.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

awx/main/tests/functional/tasks/test_host_indirect.py#L82

Added line #L82 was not covered by tests

Check warning on line 93 in awx/main/tests/functional/tasks/test_host_indirect.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

awx/main/tests/functional/tasks/test_host_indirect.py#L91-L93

Added lines #L91 - L93 were not covered by tests

Check warning on line 95 in awx/main/tests/functional/tasks/test_host_indirect.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

awx/main/tests/functional/tasks/test_host_indirect.py#L95

Added line #L95 was not covered by tests