nyc v8.0.0 Release Notes

Release Date: 2016-08-12 // over 7 years ago
  • 🐛 Bug Fixes

    • 👉 make nyc instrument work in subdirectories (#343) (a82cf49)
    • ⬆️ upgrade to versions of coverage/instrument that solve out-of-bound errors (#349) (bee0328)

    🔋 Features

    • ⬆️ upgrade to new test-exclude; with suppport for node_modules, and empty exclude (#348) (d616ffc)

    💥 BREAKING CHANGES

    • node_modules is no longer automatically excluded, and an empty array of exclude rules can now be provided.