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

Fix: Make asset classes fields dataclass fields #863

Merged
merged 7 commits into from
Feb 17, 2025

Add __post_init__ method to initialize ip version if None

4e3f442
Select commit
Loading
Failed to load commit list.
Merged

Fix: Make asset classes fields dataclass fields #863

Add __post_init__ method to initialize ip version if None
4e3f442
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Feb 17, 2025 in 1s

5.12% of diff hit (target 62.68%)

View this Pull Request on Codecov

5.12% of diff hit (target 62.68%)

Annotations

Check warning on line 18 in src/ostorlab/assets/agent.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ostorlab/assets/agent.py#L14-L18

Added lines #L14 - L18 were not covered by tests

Check warning on line 16 in src/ostorlab/assets/android_aab.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ostorlab/assets/android_aab.py#L14-L16

Added lines #L14 - L16 were not covered by tests

Check warning on line 16 in src/ostorlab/assets/android_apk.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ostorlab/assets/android_apk.py#L14-L16

Added lines #L14 - L16 were not covered by tests

Check warning on line 13 in src/ostorlab/assets/android_store.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ostorlab/assets/android_store.py#L13

Added line #L13 was not covered by tests

Check warning on line 20 in src/ostorlab/assets/api_schema.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ostorlab/assets/api_schema.py#L17-L20

Added lines #L17 - L20 were not covered by tests

Check warning on line 16 in src/ostorlab/assets/domain_name.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ostorlab/assets/domain_name.py#L13-L16

Added lines #L13 - L16 were not covered by tests

Check warning on line 16 in src/ostorlab/assets/ios_ipa.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ostorlab/assets/ios_ipa.py#L14-L16

Added lines #L14 - L16 were not covered by tests

Check warning on line 13 in src/ostorlab/assets/ios_store.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ostorlab/assets/ios_store.py#L13

Added line #L13 was not covered by tests

Check warning on line 13 in src/ostorlab/assets/ios_testflight.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ostorlab/assets/ios_testflight.py#L13

Added line #L13 was not covered by tests

Check warning on line 17 in src/ostorlab/assets/ip.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ostorlab/assets/ip.py#L15-L17

Added lines #L15 - L17 were not covered by tests

Check warning on line 19 in src/ostorlab/assets/ip.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ostorlab/assets/ip.py#L19

Added line #L19 was not covered by tests

Check warning on line 16 in src/ostorlab/assets/ipv4.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ostorlab/assets/ipv4.py#L14-L16

Added lines #L14 - L16 were not covered by tests

Check warning on line 16 in src/ostorlab/assets/ipv6.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ostorlab/assets/ipv6.py#L14-L16

Added lines #L14 - L16 were not covered by tests

Check warning on line 14 in src/ostorlab/assets/link.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ostorlab/assets/link.py#L13-L14

Added lines #L13 - L14 were not covered by tests