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

scripts: remove unwanted require #359

Closed rickyes closed 3 years ago

mmarchini commented 4 years ago

Before every action started failing for no apparent reason, we had two failures on OS X which I think are not related to this PR (might be related to yesterday's Node.js releases): https://github.com/nodejs/llnode/actions/runs/74853245

codecov-commenter commented 3 years ago

Codecov Report

Merging #359 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #359   +/-   ##
=======================================
  Coverage   78.98%   78.98%           
=======================================
  Files          33       33           
  Lines        4744     4744           
=======================================
  Hits         3747     3747           
  Misses        997      997           

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 5aad67d...51947cc. Read the comment docs.

coveralls commented 6 months ago

Pull Request Test Coverage Report for Build a8954c8792e105c11dc0fcb91a9ab0ad8a7eface-PR-359

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.


Totals Coverage Status
Change from base Build fdddce0d2c7d15993584ec828569b94d61ac374a: 4.8%
Covered Lines: 3729
Relevant Lines: 4711

💛 - Coveralls