Comparing version 5.0.0 to 5.0.1
@@ -5,2 +5,9 @@ # Changelog | ||
### [5.0.1](https://www.github.com/bcoe/c8/compare/v5.0.0...v5.0.1) (2019-05-20) | ||
### Bug Fixes | ||
* temporary files should be in tmp folder ([#106](https://www.github.com/bcoe/c8/issues/106)) ([64dd2e6](https://www.github.com/bcoe/c8/commit/64dd2e6)) | ||
## [5.0.0](https://www.github.com/bcoe/c8/compare/v4.1.5...v5.0.0) (2019-05-20) | ||
@@ -7,0 +14,0 @@ |
@@ -6,2 +6,3 @@ const Exclude = require('test-exclude') | ||
const parser = require('yargs-parser') | ||
const { resolve } = require('path') | ||
@@ -90,3 +91,3 @@ const configPath = findUp.sync(['.c8rc', '.c8rc.json', '.nycrc', `.nycrc.json`]) | ||
if (!argv.tempDirectory) { | ||
argv.tempDirectory = argv.reportsDir | ||
argv.tempDirectory = resolve(argv.reportsDir, 'tmp') | ||
} | ||
@@ -93,0 +94,0 @@ return true |
{ | ||
"name": "c8", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "output coverage reports using Node.js' built in coverage", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25607
418