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

build: add project ncurc config #329

Closed mmarchini closed 4 years ago

mmarchini commented 4 years ago

Landed in 878b514e2919

coveralls commented 7 months ago

Pull Request Test Coverage Report for Build 628b7ab57c83f489a22028d204fc6625faa32bcb-PR-329

Warning: This coverage report may be inaccurate.

We've detected an issue with your CI configuration that might affect the accuracy of this pull request's coverage report. To ensure accuracy in future PRs, please see these guidelines. A quick fix for this PR: rebase it; your next report should be accurate.


Files with Coverage Reduction New Missed Lines %
test/common.js 1 83.19%
src/llv8-constants.h 2 96.97%
src/llv8.h 2 78.05%
src/llv8-constants.cc 10 82.0%
src/llv8.cc 15 70.98%
src/llv8-inl.h 21 72.14%
src/printer.cc 46 77.31%
<!-- Total: 97 -->
Totals Coverage Status
Change from base Build 8068cdad28f4825d7e27a8686f7aa53d0ed33c1e: 2.3%
Covered Lines: 3625
Relevant Lines: 4554

💛 - Coveralls