Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update package-lock.json, since our deps may be different #23

Merged
merged 1 commit into from
Apr 30, 2019

Conversation

DiggidyDave
Copy link

@DiggidyDave DiggidyDave commented Apr 30, 2019

We have a lot of cherry-picks in our history, and they may cause us to have deps that won't be in the upstream-provided package-lock.json. I'm not completely sure if this is the source of the issue we have here, but running npm i on this branch produced the diff that I am submitting now.

Generally speaking we probably need to generate the package-lock.json for every merge into lyft-master just to be safe. (Assuming this ends up being the lone cause of test failures we were seeing...) Since CI installs the deps from the lock file it needs to be pregenerated for CI to pass.

@DiggidyDave
Copy link
Author

@codecov-io
Copy link

Codecov Report

Merging #23 into lyft-master will decrease coverage by 8.37%.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##           lyft-master      #23      +/-   ##
===============================================
- Coverage        72.39%   64.02%   -8.38%     
===============================================
  Files               81      438     +357     
  Lines            11097    21588   +10491     
  Branches             0     2394    +2394     
===============================================
+ Hits              8034    13822    +5788     
- Misses            3063     7628    +4565     
- Partials             0      138     +138
Impacted Files Coverage Δ
superset/assets/src/components/Checkbox.jsx 100% <0%> (ø)
...ations/deckgl/layers/Polygon/PolygonChartPlugin.js 0% <0%> (ø)
...ets/src/dashboard/components/dnd/DragDroppable.jsx 94.59% <0%> (ø)
...c/visualizations/deckgl/layers/Polygon/Polygon.jsx 0% <0%> (ø)
...ssets/src/visualizations/presets/MapChartPreset.js 0% <0%> (ø)
superset/assets/src/components/EditableTitle.jsx 81.53% <0%> (ø)
superset/assets/src/welcome/TagsTable.jsx 15.38% <0%> (ø)
superset/assets/src/setup/setupPlugins.js 0% <0%> (ø)
...t/assets/src/components/InfoTooltipWithTrigger.jsx 41.66% <0%> (ø)
.../src/dashboard/components/UndoRedoKeylisteners.jsx 9.52% <0%> (ø)
... and 347 more

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 73f54a5...ff2bb1c. Read the comment docs.

@DiggidyDave DiggidyDave merged commit b3d9f32 into lyft-master Apr 30, 2019
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.

2 participants