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

Decode base64 data for images and provide bitmap data for remote image types #3202

Closed
wants to merge 12 commits into from

Merge branch 'main' into load-Binary-Images

0730d1d
Select commit
Loading
Failed to load commit list.
Closed

Decode base64 data for images and provide bitmap data for remote image types #3202

Merge branch 'main' into load-Binary-Images
0730d1d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed May 6, 2024 in 0s

6.2% of diff hit (target 60.0%)

View this Pull Request on Codecov

6.2% of diff hit (target 60.0%)

Annotations

Check warning on line 152 in android/quest/src/main/java/org/smartregister/fhircore/quest/ui/profile/ProfileViewModel.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

android/quest/src/main/java/org/smartregister/fhircore/quest/ui/profile/ProfileViewModel.kt#L152

Added line #L152 was not covered by tests

Check warning on line 155 in android/quest/src/main/java/org/smartregister/fhircore/quest/ui/profile/ProfileViewModel.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

android/quest/src/main/java/org/smartregister/fhircore/quest/ui/profile/ProfileViewModel.kt#L154-L155

Added lines #L154 - L155 were not covered by tests

Check warning on line 186 in android/quest/src/main/java/org/smartregister/fhircore/quest/ui/shared/components/Image.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

android/quest/src/main/java/org/smartregister/fhircore/quest/ui/shared/components/Image.kt#L185-L186

Added lines #L185 - L186 were not covered by tests

Check warning on line 46 in android/quest/src/main/java/org/smartregister/fhircore/quest/util/extensions/LoadRemoteImages.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

android/quest/src/main/java/org/smartregister/fhircore/quest/util/extensions/LoadRemoteImages.kt#L46

Added line #L46 was not covered by tests

Check warning on line 57 in android/quest/src/main/java/org/smartregister/fhircore/quest/util/extensions/LoadRemoteImages.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

android/quest/src/main/java/org/smartregister/fhircore/quest/util/extensions/LoadRemoteImages.kt#L51-L57

Added lines #L51 - L57 were not covered by tests

Check warning on line 62 in android/quest/src/main/java/org/smartregister/fhircore/quest/util/extensions/LoadRemoteImages.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

android/quest/src/main/java/org/smartregister/fhircore/quest/util/extensions/LoadRemoteImages.kt#L60-L62

Added lines #L60 - L62 were not covered by tests

Check warning on line 72 in android/quest/src/main/java/org/smartregister/fhircore/quest/util/extensions/LoadRemoteImages.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

android/quest/src/main/java/org/smartregister/fhircore/quest/util/extensions/LoadRemoteImages.kt#L71-L72

Added lines #L71 - L72 were not covered by tests

Check warning on line 76 in android/quest/src/main/java/org/smartregister/fhircore/quest/util/extensions/LoadRemoteImages.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

android/quest/src/main/java/org/smartregister/fhircore/quest/util/extensions/LoadRemoteImages.kt#L75-L76

Added lines #L75 - L76 were not covered by tests

Check warning on line 80 in android/quest/src/main/java/org/smartregister/fhircore/quest/util/extensions/LoadRemoteImages.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

android/quest/src/main/java/org/smartregister/fhircore/quest/util/extensions/LoadRemoteImages.kt#L79-L80

Added lines #L79 - L80 were not covered by tests

Check warning on line 84 in android/quest/src/main/java/org/smartregister/fhircore/quest/util/extensions/LoadRemoteImages.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

android/quest/src/main/java/org/smartregister/fhircore/quest/util/extensions/LoadRemoteImages.kt#L83-L84

Added lines #L83 - L84 were not covered by tests

Check warning on line 91 in android/quest/src/main/java/org/smartregister/fhircore/quest/util/extensions/LoadRemoteImages.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

android/quest/src/main/java/org/smartregister/fhircore/quest/util/extensions/LoadRemoteImages.kt#L91

Added line #L91 was not covered by tests

Check warning on line 100 in android/quest/src/main/java/org/smartregister/fhircore/quest/util/extensions/LoadRemoteImages.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

android/quest/src/main/java/org/smartregister/fhircore/quest/util/extensions/LoadRemoteImages.kt#L95-L100

Added lines #L95 - L100 were not covered by tests