Skip to content

Conversation

@mbirinci
Copy link
Contributor

@mbirinci mbirinci commented Oct 9, 2019

No description provided.

@codecov
Copy link

codecov bot commented Oct 9, 2019

Codecov Report

Merging #5 into master will increase coverage by 1.29%.
The diff coverage is 71.42%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #5      +/-   ##
==========================================
+ Coverage   64.39%   65.68%   +1.29%     
==========================================
  Files          15       15              
  Lines         337      341       +4     
  Branches       49       50       +1     
==========================================
+ Hits          217      224       +7     
+ Misses        120      117       -3
Impacted Files Coverage Δ
test/mock.ts 100% <ø> (ø) ⬆️
src/modules/storage.ts 27.58% <0%> (ø) ⬆️
src/core.ts 51.32% <83.33%> (+3.62%) ⬆️
src/assetHelper.ts 61.53% <0%> (+3.84%) ⬆️

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 c3b71df...79bc79c. Read the comment docs.

static pageLoaded() {
const onFragmentRenderAssets = Core.__pageConfiguration.assets.filter(asset => asset.loadMethod === RESOURCE_LOADING_TYPE.ON_PAGE_RENDER && !asset.preLoaded);
const onFragmentRenderAssets = Core.__pageConfiguration.assets.filter(asset => {
if(asset.loadMethod === RESOURCE_LOADING_TYPE.ON_PAGE_RENDER && !asset.preLoaded) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we use spaces as we used before? if (..)

Copy link
Member

@cagataycali cagataycali left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@Acanguven Acanguven merged commit d84fb2a into master Oct 9, 2019
@Acanguven Acanguven deleted the feature/conditional-asset-fetch branch October 9, 2019 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants