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

Improved asset bed relations for camera preset #2387

Merged
merged 24 commits into from
Oct 18, 2024

prevent accidentally attempting to evaluate queryset early

a6049ff
Select commit
Loading
Failed to load commit list.
Merged

Improved asset bed relations for camera preset #2387

prevent accidentally attempting to evaluate queryset early
a6049ff
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Oct 15, 2024 in 0s

64.06% of diff hit (target 65.59%)

View this Pull Request on Codecov

64.06% of diff hit (target 65.59%)

Annotations

Check warning on line 30 in care/facility/api/serializers/camera_preset.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

care/facility/api/serializers/camera_preset.py#L30

Added line #L30 was not covered by tests

Check warning on line 40 in care/facility/api/serializers/camera_preset.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

care/facility/api/serializers/camera_preset.py#L38-L40

Added lines #L38 - L40 were not covered by tests

Check warning on line 45 in care/facility/api/serializers/camera_preset.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

care/facility/api/serializers/camera_preset.py#L43-L45

Added lines #L43 - L45 were not covered by tests

Check warning on line 49 in care/facility/api/serializers/camera_preset.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

care/facility/api/serializers/camera_preset.py#L48-L49

Added lines #L48 - L49 were not covered by tests

Check warning on line 159 in care/facility/api/viewsets/bed.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

care/facility/api/viewsets/bed.py#L159

Added line #L159 was not covered by tests

Check warning on line 192 in care/facility/api/viewsets/bed.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

care/facility/api/viewsets/bed.py#L192

Added line #L192 was not covered by tests

Check warning on line 25 in care/facility/api/viewsets/camera_preset.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

care/facility/api/viewsets/camera_preset.py#L25

Added line #L25 was not covered by tests

Check warning on line 28 in care/facility/api/viewsets/camera_preset.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

care/facility/api/viewsets/camera_preset.py#L28

Added line #L28 was not covered by tests

Check warning on line 31 in care/facility/api/viewsets/camera_preset.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

care/facility/api/viewsets/camera_preset.py#L31

Added line #L31 was not covered by tests

Check warning on line 36 in care/facility/api/viewsets/camera_preset.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

care/facility/api/viewsets/camera_preset.py#L34-L36

Added lines #L34 - L36 were not covered by tests

Check warning on line 49 in care/facility/api/viewsets/camera_preset.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

care/facility/api/viewsets/camera_preset.py#L48-L49

Added lines #L48 - L49 were not covered by tests

Check warning on line 53 in care/facility/api/viewsets/camera_preset.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

care/facility/api/viewsets/camera_preset.py#L52-L53

Added lines #L52 - L53 were not covered by tests

Check warning on line 56 in care/facility/api/viewsets/camera_preset.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

care/facility/api/viewsets/camera_preset.py#L56

Added line #L56 was not covered by tests

Check warning on line 58 in care/facility/api/viewsets/camera_preset.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

care/facility/api/viewsets/camera_preset.py#L58

Added line #L58 was not covered by tests

Check warning on line 63 in care/facility/api/viewsets/camera_preset.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

care/facility/api/viewsets/camera_preset.py#L62-L63

Added lines #L62 - L63 were not covered by tests

Check warning on line 85 in care/facility/models/bed.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

care/facility/models/bed.py#L84-L85

Added lines #L84 - L85 were not covered by tests

Check warning on line 7 in care/utils/queryset/asset_bed.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

care/utils/queryset/asset_bed.py#L7

Added line #L7 was not covered by tests

Check warning on line 9 in care/utils/queryset/asset_bed.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

care/utils/queryset/asset_bed.py#L9

Added line #L9 was not covered by tests

Check warning on line 11 in care/utils/queryset/asset_bed.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

care/utils/queryset/asset_bed.py#L11

Added line #L11 was not covered by tests

Check warning on line 13 in care/utils/queryset/asset_bed.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

care/utils/queryset/asset_bed.py#L13

Added line #L13 was not covered by tests

Check warning on line 17 in care/utils/queryset/asset_bed.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

care/utils/queryset/asset_bed.py#L15-L17

Added lines #L15 - L17 were not covered by tests

Check warning on line 25 in care/utils/queryset/asset_bed.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

care/utils/queryset/asset_bed.py#L25

Added line #L25 was not covered by tests

Check warning on line 37 in care/utils/queryset/asset_bed.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

care/utils/queryset/asset_bed.py#L37

Added line #L37 was not covered by tests

Check warning on line 39 in care/utils/queryset/asset_bed.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

care/utils/queryset/asset_bed.py#L39

Added line #L39 was not covered by tests