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

feat(profiles): implement Environment#bootFromObject #542

Merged
merged 3 commits into from
Jul 20, 2020

Conversation

faustbrian
Copy link
Contributor

Resolves #538

Brian Faust added 2 commits July 20, 2020 04:52
@codecov
Copy link

codecov bot commented Jul 20, 2020

Codecov Report

Merging #542 into master will increase coverage by 0.25%.
The diff coverage is 80.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #542      +/-   ##
==========================================
+ Coverage   69.23%   69.49%   +0.25%     
==========================================
  Files          58       59       +1     
  Lines        1180     1190      +10     
  Branches       85       85              
==========================================
+ Hits          817      827      +10     
  Misses        331      331              
  Partials       32       32              
Flag Coverage Δ
#unit 69.49% <80.00%> (+0.25%) ⬆️

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

Impacted Files Coverage Δ
packages/platform-sdk-profiles/src/migrator.ts 90.47% <ø> (ø)
packages/platform-sdk-profiles/src/storage/null.ts 100.00% <ø> (ø)
packages/platform-sdk-profiles/src/env.ts 88.67% <77.77%> (+0.67%) ⬆️
...ackages/platform-sdk-profiles/src/storage/local.ts 90.47% <100.00%> (ø)
packages/platform-sdk-eos/src/crypto.ts 100.00% <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 5342de1...c7411f5. Read the comment docs.

@faustbrian faustbrian merged commit 031c600 into master Jul 20, 2020
@faustbrian faustbrian deleted the boot-from-file branch July 20, 2020 02:09
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.

Implement Environment#bootFromFile
1 participant