Skip to content

Commit 4b66221

Browse files
author
Benjamin E. Coe
authored
fix(deps): update deps to address warning in cross-spawn (#141)
1 parent 2289302 commit 4b66221

File tree

5 files changed

+781
-671
lines changed

5 files changed

+781
-671
lines changed

lib/parse-args.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const Yargs = require('yargs/yargs')
55
const parser = require('yargs-parser')
66
const { resolve } = require('path')
77

8-
const configPath = findUp.sync(['.c8rc', '.c8rc.json', '.nycrc', `.nycrc.json`])
8+
const configPath = findUp.sync(['.c8rc', '.c8rc.json', '.nycrc', '.nycrc.json'])
99
const config = configPath ? JSON.parse(readFileSync(configPath)) : {}
1010

1111
function buildYargs (withCommands = false) {

lib/report.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ class Report {
3434
this.omitRelative = omitRelative
3535
this.wrapperLength = wrapperLength
3636
}
37+
3738
async run () {
3839
const map = await this.getCoverageMapFromAllCoverageFiles()
3940
var context = libReport.createContext({

0 commit comments

Comments
 (0)