Skip to content

Commit

Permalink
fix: add component file to coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed May 10, 2021
1 parent 5d4b62b commit a605b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/instrument/src/babel/extract-component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ const componentRelatedMetrics = async (
}
return found;
})
: [];
: [component.request];
//add local dependencies from same folder to include in coverage.
if (component.localDependencies) {
Object.keys(component.localDependencies)
Expand Down

0 comments on commit a605b80

Please sign in to comment.