trailheadapps / dreamhouse-lwc

Sample application for Lightning Web Components on Salesforce Platform. Part of the sample gallery. Real estate use case. Get inspired and learn best practices.
https://developer.salesforce.com
Apache License 2.0
391 stars 779 forks source link

Add component to retrieve contacts using native device capabilities #410

Closed albarivas closed 1 year ago

albarivas commented 2 years ago

What does this PR do?

What issues does this PR fix or reference?

The PR fulfills these requirements:

[ ] Tests for the proposed changes have been added/updated. [ ] Code linting and formatting was performed.

Functionality Before

<insert gif and/or summary>

Functionality After

<insert gif and/or summary>

codecov[bot] commented 2 years ago

Codecov Report

Merging #410 (acebcbd) into main (ee6752b) will decrease coverage by 2.67%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main     #410      +/-   ##
==========================================
- Coverage   90.93%   88.26%   -2.68%     
==========================================
  Files          17       19       +2     
  Lines         364      426      +62     
  Branches       17       25       +8     
==========================================
+ Hits          331      376      +45     
- Misses         33       49      +16     
- Partials        0        1       +1     
Flag Coverage Δ
Apex 98.30% <ø> (ø)
LWC 84.41% <0.00%> (-2.99%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...portContactsFromDevice/importContactsFromDevice.js 0.00% <0.00%> (ø)
...n/default/lwc/propertyLocation/propertyLocation.js 93.75% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ee6752b...acebcbd. Read the comment docs.