Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <hello@matteocollina.com>
  • Loading branch information
mcollina committed Dec 14, 2023
1 parent c5dacfe commit 27ca691
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions borp.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ try {
const localPrefix = relative(process.cwd(), config.prefix)
exclude = exclude.map((file) => posix.join(localPrefix, file))
}
console.log('>> Excluding from coverage:', exclude)
const report = Report({
reporter: ['text'],
tempDirectory: covDir,
Expand Down

0 comments on commit 27ca691

Please sign in to comment.