nodejs / llnode

An lldb plugin for Node.js and V8, which enables inspection of JavaScript states for insights into Node.js processes and their core dumps.
Other
1.15k stars 99 forks source link

src: fix source list on V8 7.4 #316

Closed mmarchini closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #316 into master will decrease coverage by 0.27%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #316      +/-   ##
=========================================
- Coverage   78.68%   78.4%   -0.28%     
=========================================
  Files          33      33              
  Lines        4246    4247       +1     
=========================================
- Hits         3341    3330      -11     
- Misses        905     917      +12
Impacted Files Coverage Δ
src/llv8.h 80.95% <ø> (-2.39%) :arrow_down:
src/llnode.cc 74.1% <100%> (-0.31%) :arrow_down:
src/llv8.cc 70.53% <100%> (-0.28%) :arrow_down:
src/llv8-constants.h 98.48% <0%> (-1.52%) :arrow_down:
src/llv8-constants.cc 82.1% <0%> (-0.96%) :arrow_down:
src/llv8-inl.h 91.87% <0%> (-0.84%) :arrow_down:

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 a79a008...baa2fa7. Read the comment docs.

mmarchini commented 4 years ago

Landed in ec01604