Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

feat(profiles): implement Contacts #375

Merged
merged 2 commits into from
Jun 2, 2020
Merged

feat(profiles): implement Contacts #375

merged 2 commits into from
Jun 2, 2020

Conversation

faustbrian
Copy link
Contributor

Resolves #351

@codecov
Copy link

codecov bot commented Jun 2, 2020

Codecov Report

Merging #375 into master will increase coverage by 0.96%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #375      +/-   ##
==========================================
+ Coverage   74.77%   75.74%   +0.96%     
==========================================
  Files          58       60       +2     
  Lines        1475     1513      +38     
  Branches      136      142       +6     
==========================================
+ Hits         1103     1146      +43     
+ Misses        370      365       -5     
  Partials        2        2              
Impacted Files Coverage Δ
src/profile.ts 89.28% <0.00%> (-2.39%) ⬇️
src/profiles.ts
src/profile-repository.ts 93.75% <0.00%> (ø)
src/contact.ts 100.00% <0.00%> (ø)
src/contact-repository.ts 100.00% <0.00%> (ø)
src/services/ledger.ts 96.42% <0.00%> (+0.06%) ⬆️
src/services/client.ts 89.94% <0.00%> (+0.24%) ⬆️
src/dto/transaction.ts 84.00% <0.00%> (+0.32%) ⬆️
src/services/transaction.ts 46.97% <0.00%> (+2.58%) ⬆️
src/services/identity/keys.ts 88.00% <0.00%> (+4.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 b919e1e...d3d584b. Read the comment docs.

@faustbrian faustbrian merged commit 8b79e79 into master Jun 2, 2020
@faustbrian faustbrian deleted the contacts branch June 2, 2020 05:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Profiles] Implement contacts
1 participant