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

Move back to CodeCov #360

Closed mmarchini closed 4 years ago

mmarchini commented 4 years ago

Coveralls is not working properly for us (at least I keep getting 500 every time I try to access a file there). The main reason we moved to Coveralls was poor support for PRs from forks on the CodeCov action. CodeCov made some changes recently which should fix that (https://github.com/codecov/codecov-action/issues/29), so it's probably safe to move back to CodeCov.

mmarchini commented 4 years ago

PR opened