node-coveralls icon indicating copy to clipboard operation
node-coveralls copied to clipboard

Stop using `fs` `*Sync` methods

Open XhmikosR opened this issue 4 years ago • 2 comments

Minus fs.existsSync.

XhmikosR avatar May 03 '20 08:05 XhmikosR

This is a command-line tool that is run in pipelines?

jtwebman avatar Dec 18 '20 17:12 jtwebman

Since this library doesn't seem to be supported anymore I fix a bunch of things on a fork if you want to check it out and are still pulling the library into your packages: https://github.com/jtwebman/coveralls-next But it is a command-line tool not a service with multiple requests so there is no harm in using sync calls.

jtwebman avatar Mar 06 '22 22:03 jtwebman