When I take my mocha code out of nyc, the line numbers are correct, so I know that nyc is to blame. https://github.com/stevenvachon/incomplete-url/commit/9c6eb47e3b98916b3697af3ad472f7cd73ffffd7 produces: https://travis-ci.org/stevenvachon/incomplete-url/jobs/248590761 I get the same result when adding [source-map-support](https://npmjs.com/source-map-support): ```shell nyc --source-map --produce-source-map mocha test --require=source-map-support/register ```