nickmerwin / node-coveralls

lcov posting to coveralls.io
Other
1.07k stars 258 forks source link

Stop using `fs` `*Sync` methods #301

Open XhmikosR opened 4 years ago

XhmikosR commented 4 years ago

Minus fs.existsSync.

jtwebman commented 3 years ago

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

jtwebman commented 2 years ago

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.