Closed SaintPatrck closed 2 months ago
Checkmarx One โ Scan Summary & Details โ b1223d15-d8ae-4dc4-a932-f6ebcb59f723
Attention: Patch coverage is 90.90909%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 1.59%. Comparing base (
3c74a34
) to head (5ae9361
). Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
...tform/datasource/disk/FeatureFlagDiskSourceImpl.kt | 90.90% | 0 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
โ๏ธ I see there are some tests missing by Codecov, but I'll leave it to you to see if they are worth enough to add or if they are in another PR.
Missing tests were from changes in the previous PR. They were added after this PR was created. Now that I've updated this branch we should have 100% coverage of these changes. ๐ฅณ
๐๏ธ Tracking
https://bitwarden.atlassian.net/browse/BWA-57
๐ Objective
Define and implement
FeatureFlagDiskSource
for reading and storing feature flag states inSharedPreferences
.โฐ Reminders before review
๐ฆฎ Reviewer guidelines
:+1:
) or similar for great changes:memo:
) or โน๏ธ (:information_source:
) for notes or general info:question:
) for questions:thinking:
) or ๐ญ (:thought_balloon:
) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion:art:
) for suggestions / improvements:x:
) or โ ๏ธ (:warning:
) for more significant problems or concerns needing attention:seedling:
) or โป๏ธ (:recycle:
) for future improvements or indications of technical debt:pick:
) for minor or nitpick changes