gotwarlost / istanbul

Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale.
Other
8.7k stars 786 forks source link

use os.tmpdir() instead of os.tmpDir() #625

Closed ChALkeR closed 8 years ago

ChALkeR commented 8 years ago

Refs: https://github.com/nodejs/node/pull/6739

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 97.51% when pulling 0b5e80dc4882510d15d78339559bc827597d37ee on ChALkeR:tmpdir into 0e8c3503d9e1c50e3a446f94e1429ceb1bd7fda0 on gotwarlost:master.

gotwarlost commented 8 years ago

Thanks!