Skip to content

Commit

Permalink
fix(coverage): istanbul-reports to support projectRoot (#2051)
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio committed Sep 18, 2022
1 parent 95da4d6 commit 62c1001
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/coverage-istanbul/src/provider.ts
Expand Up @@ -120,6 +120,7 @@ export class IstanbulCoverageProvider implements CoverageProvider {
for (const reporter of this.options.reporter) {
reports.create(reporter as any, {
skipFull: this.options.skipFull,
projectRoot: this.ctx.config.root,
}).execute(context)
}

Expand Down

0 comments on commit 62c1001

Please sign in to comment.